fcce1e3838
#KT-12852 Fixed
10 lines
216 B
Plaintext
Vendored
10 lines
216 B
Plaintext
Vendored
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) |