KT-12852 Support breadcrumbs for Kotlin
#KT-12852 Fixed
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
fun foo() {
|
||||
if (x) {
|
||||
if (x.y) {
|
||||
if (y) {
|
||||
|
||||
}
|
||||
else {
|
||||
if (a) {
|
||||
|
||||
}
|
||||
else if (b) {
|
||||
|
||||
}
|
||||
else if (c) {
|
||||
if (q) {
|
||||
|
||||
}
|
||||
else if (qq) {
|
||||
|
||||
}
|
||||
else if (qqq) {
|
||||
|
||||
}
|
||||
else {
|
||||
if (p) <caret>return
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user