blob: 34a5b6a7f29a0f53ce492a422ff707ff3728816f [file] [log] [blame]
fun foo() {
// comment 1
if (true) {
} <caret>else /* comment 2 */ if (true) {
// comment 4
foo()
}
}