val test1: KFunction0 field = A()::foo get val test2: KProperty0 field = A()::bar get val test3: KFunction0 field = A()::qux get class A { val bar: Int field = 0 get constructor() /* primary */ { super/*Any*/() /* () */ } fun foo() { } } fun A.qux() { }