blob: cc458dac13d6db19a912fcded4968e6d12707d9c [file]
// RUN_PIPELINE_TILL: BACKEND
interface ITop {
fun foo() {}
}
interface ILeft : ITop
interface IRight : ITop
interface IDerived : ILeft, IRight
/* GENERATED_FIR_TAGS: functionDeclaration, interfaceDeclaration */