5 lines
74 B
Kotlin
Vendored
5 lines
74 B
Kotlin
Vendored
package foo
|
|
|
|
fun box(): String {
|
|
return if (!false) "OK" else "fail"
|
|
} |