KT-12852 Support breadcrumbs for Kotlin
#KT-12852 Fixed
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
fun foo() {
|
||||
while (true) {
|
||||
while (p) {
|
||||
while (x > 0) {
|
||||
do {
|
||||
<caret>
|
||||
} while (true)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user