Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/native/propertyParameter.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

1 line
91 B
Kotlin
Vendored

external class C(x: Int, <!EXTERNAL_CLASS_CONSTRUCTOR_PROPERTY_PARAMETER!>val y: String<!>)