No more attempts to resolve KtDestructuringDeclaration to descriptor #KT-7929 Fixed

Also #KT-8442 Fixed
This commit is contained in:
Mikhail Glukhikh
2016-10-21 15:01:31 +03:00
parent 7d89869c02
commit 1c8a2bb4cc
3 changed files with 13 additions and 1 deletions
@@ -0,0 +1,6 @@
// IS_APPLICABLE: false
// See KT-7929: exception
class C {
<caret>val (v1, v2) = Pair(1, 2)
}