79ba6a57d6
* data classes
* val/var parameters of primary constructors
* enum entry with body
* anonymous `init {}` block in classes
1 line
91 B
Kotlin
Vendored
1 line
91 B
Kotlin
Vendored
external class C(x: Int, <!EXTERNAL_CLASS_CONSTRUCTOR_PROPERTY_PARAMETER!>val y: String<!>) |