No more attempts to resolve KtDestructuringDeclaration to descriptor #KT-7929 Fixed
Also #KT-8442 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
// See KT-7929: exception
|
||||
class C {
|
||||
<caret>val (v1, v2) = Pair(1, 2)
|
||||
}
|
||||
Reference in New Issue
Block a user