26ec7ec296
The new testdata seems to be more correct or just different ^KTIJ-23268
7 lines
115 B
Plaintext
Vendored
7 lines
115 B
Plaintext
Vendored
fun destruct(): kotlin.Int
|
|
|
|
data class P(x: kotlin.Int, y: kotlin.Int) {
|
|
val x: kotlin.Int
|
|
|
|
val y: kotlin.Int
|
|
} |