Added tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
var x = 42
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val p = ::x
|
||||
p.set(117)
|
||||
println(x)
|
||||
println(p.get())
|
||||
}
|
||||
Reference in New Issue
Block a user