6 lines
64 B
Kotlin
Vendored
6 lines
64 B
Kotlin
Vendored
external class A {
|
|
init {
|
|
definedExternally
|
|
}
|
|
}
|