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