Files
kotlin-fork/compiler/testData/diagnostics/wasmTests/jsInterop/anonymousInitializer.kt
T
Svyatoslav Kuzmich 62ebb9932f [Wasm] Port external declaration checker to K2 (KT-56849)
Share common code with FirJsExternalChecker using
FirWebCommonExternalChecker
2023-11-16 14:27:49 +00:00

6 lines
117 B
Kotlin
Vendored

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