Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/native/externalFunInterface.kt
T
2020-02-26 18:57:11 +03:00

3 lines
73 B
Kotlin
Vendored

external fun interface <!WRONG_EXTERNAL_DECLARATION!>I<!> {
fun f()
}