blob: b0d93da1273871374cffe983677d948a54e036a0 [file] [log] [blame]
fun foo() {
for (i in 1..10) {
for (j: Int in collection.filter(predicate)) {
for ((x, y) in entries) {
<caret>
}
}
}
}