ba2eab526a
#KT-3031 Fixed
5 lines
65 B
Kotlin
5 lines
65 B
Kotlin
val Int.foo: String = "OK"
|
|
|
|
fun box(): String {
|
|
return 1.foo
|
|
} |