8 lines
100 B
Kotlin
8 lines
100 B
Kotlin
package foo
|
|
|
|
import js.*
|
|
|
|
native
|
|
fun returnFalse() : Boolean = js.noImpl
|
|
|
|
fun box() = !returnFalse() |