KT-12852 Support breadcrumbs for Kotlin
#KT-12852 Fixed
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user