blob: 1e61a9abfa546d2ef5089afd42945c65a3e573d9 [file]
// RUN_PIPELINE_TILL: FRONTEND
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 */