mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
5 lines
99 B
Kotlin
Vendored
5 lines
99 B
Kotlin
Vendored
external interface I
|
|
|
|
fun box() {
|
|
println(<!EXTERNAL_INTERFACE_AS_CLASS_LITERAL!>I::class<!>)
|
|
} |