object Foo { val baz = 42 } fun test() { Foo.baz } Resolved call: Resulting descriptor: val baz: Int defined in Foo Explicit receiver kind = THIS_OBJECT This object = Foo {Foo} Receiver argument = NO_RECEIVER