class C { void foo() { //comment if (a) { call(); } else if (b) { call(); } } }