Files
kotlin-fork/js/js.translator/testData/simple/cases/notBoolean.kt
T
2014-03-11 20:04:00 +04:00

5 lines
54 B
Kotlin
Vendored

package foo
fun box(): Boolean {
return !false;
}