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