fa58da85ee
So #KT-22162 Fixed
7 lines
136 B
Kotlin
Vendored
7 lines
136 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
fun test() {
|
|
val list = listOf(Pair("foo", "bar"))
|
|
for ((x, y) <caret>in list) {
|
|
}
|
|
} |