Files
kotlin-fork/compiler/testData/codegen/extensionProperties/topLevel.kt
T
2012-11-13 19:03:20 +04:00

5 lines
65 B
Kotlin

val Int.foo: String = "OK"
fun box(): String {
return 1.foo
}