2125c42328
Removes intention version of the same thing Includes some optimization of 'Deprecated' annotation detection
6 lines
89 B
Kotlin
Vendored
6 lines
89 B
Kotlin
Vendored
// PROBLEM: none
|
|
|
|
// See KT-7929, EA-76715
|
|
class C {
|
|
val (<caret>x, y) = Pair(1, 2)
|
|
} |