Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
codeInsight
/
breadcrumbs
/
For.txt
blob: 85162a99b718b57acadb709c117e1b725d836fbf [
file
] [
log
] [
blame
]
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)