Add indices: don't suggest if parameter is destructuring declaration
So #KT-22162 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
752c576e20
commit
fa58da85ee
+7
@@ -0,0 +1,7 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
fun test() {
|
||||
val list = listOf(Pair("foo", "bar"))
|
||||
for ((x, y) <caret>in list) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user