// NAME: X interface T {} open class X { // INFO: {checked: "true"} fun foo() { } } // SIBLING: class A(n: Int) : T, X() { }