Files
kotlin/compiler/testData/diagnostics/testsWithJsStdLib/native/rtti/nativeInterfaceClassLiteral.kt
2017-10-23 17:19:48 +03:00

5 lines
99 B
Kotlin
Vendored

external interface I
fun box() {
println(<!EXTERNAL_INTERFACE_AS_CLASS_LITERAL!>I::class<!>)
}