voddan
val a = 1 val x = ::a.get() //works val t : KProperty<*> = ::a val y = t.get() // Unresolved refference