KT-8442 related: correct handling of erroneous destructuring references, fixes EA-90434
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Optimize imports" "true"
|
||||
|
||||
<caret>import kotlin.collections.*
|
||||
|
||||
val (a, b, c) = Triple(1, 2, 3)
|
||||
@@ -0,0 +1,3 @@
|
||||
// "Optimize imports" "true"
|
||||
|
||||
val (a, b, c) = Triple(1, 2, 3)
|
||||
Reference in New Issue
Block a user