Files
kotlin-fork/js/js.translator/testData/box/native/simple.kt
T
2016-09-29 12:00:42 +03:00

7 lines
107 B
Kotlin
Vendored

package foo
@native
fun returnFalse(): Boolean = noImpl
fun box() = if (!returnFalse()) "OK" else "fail"