Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/native/rtti/nativeInterfaceClassLiteral.fir.kt
T
2023-01-09 08:57:08 +00:00

6 lines
58 B
Kotlin
Vendored

external interface I
fun box() {
println(I::class)
}