13 lines
165 B
Kotlin
13 lines
165 B
Kotlin
nativeInvoke
|
|
fun String.foo(): Int
|
|
nativeInvoke
|
|
fun String.bar(): Int = noImpl
|
|
|
|
|
|
native
|
|
object O {
|
|
nativeInvoke
|
|
fun foo()
|
|
nativeInvoke
|
|
fun bar() {}
|
|
} |