Files
kotlin-fork/idea/testData/intentions/deprecatedCallableAddReplaceWith/ExceptionInPropertyDestructuringEntry.kt
T

6 lines
96 B
Kotlin
Vendored

// IS_APPLICABLE: false
// See KT-7929, EA-76715
class C {
val (<caret>x, y) = Pair(1, 2)
}