Files
kotlin-fork/js/js.translator/testData/native/cases/simple.kt
T
2015-09-18 10:14:34 +03:00

7 lines
85 B
Kotlin
Vendored

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