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