package p.q val a = 1 fun foo() = 1 // SIBLING: class MyClass { fun test() { unit() } } private fun unit() { foo() a }