3db51cfcd8
#KT-5927 Fixed
6 lines
61 B
Kotlin
Vendored
6 lines
61 B
Kotlin
Vendored
fun foo() {
|
|
<caret>if (a) {
|
|
if (b) foo()
|
|
}
|
|
}
|