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

12 lines
192 B
Plaintext
Vendored

Crumbs:
foo()
while (true)
while (p)
while (x > 0)
do … while (true)
Tooltips:
function <b><code>foo()</code></b>
while (true)
while (p)
while (x > 0)
do … while (true)