Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/native/optionlBody/nativeInvoke.kt
T

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() {}
}