6 lines
96 B
Kotlin
Vendored
6 lines
96 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
// See KT-7929, EA-76715
|
|
class C {
|
|
val (<caret>x, y) = Pair(1, 2)
|
|
} |