fcce1e3838
#KT-12852 Fixed
34 lines
576 B
Kotlin
Vendored
34 lines
576 B
Kotlin
Vendored
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 {
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |