Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/native/anonymousInitializer.kt
T
Alexey Andreev 79ba6a57d6 JS: report errors on different external items:
* data classes
* val/var parameters of primary constructors
* enum entry with body
* anonymous `init {}` block in classes
2016-12-29 16:00:35 +03:00

5 lines
89 B
Kotlin
Vendored

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