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