Files
kotlin-fork/js/js.translator/testFiles/simple/cases/notBoolean.kt
T
2012-02-27 21:55:58 +04:00

6 lines
55 B
Kotlin

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