311166737f
constructor parameters
4 lines
184 B
Kotlin
Vendored
4 lines
184 B
Kotlin
Vendored
data class A(<!CONFLICTING_JVM_DECLARATIONS!>val x: Int<!>, val y: String) {
|
|
<!CONFLICTING_OVERLOADS!>fun component1()<!> = 1
|
|
<!CONFLICTING_OVERLOADS!>fun component2()<!> = 2
|
|
} |