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

16 lines
250 B
Plaintext
Vendored

Crumbs:
foo()
if (x)
if (x.y)
if (y) … else
if … else if (c)
if … else
if (p)
Tooltips:
function <b><code>foo()</code></b>
if (x)
if (x.y)
else (of 'if (y)')
if … else if (c)
else (of 'if … else if (qqq)')
if (p)