interface I { // INFO: {checked: "true"} val one: Int } // NAME: I // SIBLING: class A : I { // INFO: {checked: "true"} final override val one = 1 }