Files
kotlin-fork/idea/testData/codeInsight/breadcrumbs/LabeledStatements.txt
T
Valentin Kipyatkov fcce1e3838 KT-12852 Support breadcrumbs for Kotlin
#KT-12852 Fixed
2016-09-13 17:46:16 +03:00

12 lines
274 B
Plaintext
Vendored

Crumbs:
foo()
OuterLoop@ for(i in 1..10)
for(j in 1..10)
Label1@ Label2@ while (true)
DoWhile@ do … while (x)
Tooltips:
function <b><code>foo()</code></b>
OuterLoop@ for(i in 1..10)
for(j in 1..10)
Label1@ Label2@ while (true)
DoWhile@ do … while (x)