Files
kotlin/compiler/testData/diagnostics/testsWithJsStdLib/native/anonymousInitializer.kt
2017-01-24 20:14:31 +03:00

5 lines
100 B
Kotlin
Vendored

external class A {
<!EXTERNAL_ANONYMOUS_INITIALIZER!>init {
definedExternally
}<!>
}