Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
breadcrumbs
/
For.kt
blob: b0d93da1273871374cffe983677d948a54e036a0 [
file
]
fun foo
()
{
for
(
i
in
1.
.
10
)
{
for
(
j
:
Int
in
collection
.
filter
(
predicate
))
{
for
((
x
,
y
)
in
entries
)
{
<caret>
}
}
}
}