7 lines
87 B
Kotlin
7 lines
87 B
Kotlin
package foo
|
|
|
|
native
|
|
fun returnFalse(): Boolean = js.noImpl
|
|
|
|
fun box() = !returnFalse()
|