Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
breadcrumbs
/
For.txt
blob: 85162a99b718b57acadb709c117e1b725d836fbf [
file
]
Crumbs:
foo()
for(i in 1..10)
for(j in collection…)
for((x, y) in entri…)
Tooltips:
function <b><code>foo()</code></b>
for(i in 1..10)
for(j in collection.filter(predicate))
for((x, y) in entries)