// SIBLING: class MyClass { fun test() { P.foo() P.a } public class P { class object { val a = 1 fun foo() = 1 } } }