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