class C { void foo() { /*a*/ // b System.out.println(1); /*c*/ // d } void bar() { /*x*/ System.out.println(1); /*z*/ } }