6 lines
58 B
Kotlin
Vendored
6 lines
58 B
Kotlin
Vendored
external interface I
|
|
|
|
fun box() {
|
|
println(I::class)
|
|
}
|