fcce1e3838
#KT-12852 Fixed
9 lines
183 B
Kotlin
Vendored
9 lines
183 B
Kotlin
Vendored
fun foo() {
|
|
for (i in 1..10) {
|
|
for (j: Int in collection.filter(predicate)) {
|
|
for ((x, y) in entries) {
|
|
<caret>
|
|
}
|
|
}
|
|
}
|
|
} |