blob: 960123c139b972399aa3ac9b008711527d8f79b9 [file]
// FIR_IDENTICAL
interface ITop {
fun foo() {}
}
interface ILeft : ITop
interface IRight : ITop
interface IDerived : ILeft, IRight