blob: df0abcea24e677ece9e4e2fbd6ce46d68f553ff6 [file] [log] [blame]
val Int.foo: String
get() = "OK"
fun box(): String {
return 1.foo
}