blob: cc7542de0f46696b4d2dd702643c37c2347a0539 [file] [log] [blame]
class Foo {
void m() {
if (true)
<caret>
if (true)
<caret>
}
}