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