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