Files
kotlin-fork/js/js.translator/testFiles/native/cases/simple.kt
T
2012-03-02 20:05:16 +04:00

8 lines
100 B
Kotlin

package foo
import js.*
native
fun returnFalse() : Boolean = js.noImpl
fun box() = !returnFalse()