val x = 42 fun main(args: Array) { val p = ::x println(p.get()) }