Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/native/optionlBody/nativeInvoke.kt
T
2015-09-08 12:11:30 +03:00

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