blob: ad30a82ba14b606265425c4c309eff9b43dda0b4 [file] [log] [blame]
fun foo() {
// comment 1
<caret>if (/* comment 2 */ true && false /* comment 3 */) {
// comment 4
foo()
}
}