613fbf7a5d
#KT-34218 Fixed
11 lines
162 B
Kotlin
Vendored
11 lines
162 B
Kotlin
Vendored
fun foo() {
|
|
// comment 1
|
|
if (true) {
|
|
|
|
} <caret>else /* comment 2 */ {
|
|
if (true) {
|
|
// comment 4
|
|
foo()
|
|
}
|
|
}
|
|
} |