Files
kotlin-fork/js/js.translator/testData/native/cases/simple.kt
T
2014-09-16 19:34:57 +04:00

7 lines
84 B
Kotlin

package foo
native
fun returnFalse(): Boolean = noImpl
fun box() = !returnFalse()