package test class A { val foo = 42 fun getFoo() = "" fun test() { getF } } // ORDER: getFoo // ORDER: getFaa // ORDER: foo