blob: 90b149c8cc26bb9faff85df1b7e3ae889a33eace [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
interface ILeft {
fun foo() {}
}
interface IRight {
fun foo()
}
<!MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED!>interface IDerived<!> : ILeft, IRight
<!MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED!>class CDerived<!> : ILeft, IRight
abstract <!MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED!>class ADerived<!> : ILeft, IRight
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, interfaceDeclaration */