7ce62a5b64
A single test file will be generated out of box/ directory
5 lines
65 B
Kotlin
5 lines
65 B
Kotlin
val Int.foo: String = "OK"
|
|
|
|
fun box(): String {
|
|
return 1.foo
|
|
} |