blob: c883c37e232385d996ec95f216d4ad1bbfdda214 [file] [log] [blame]
public class A {
int x;
void foo(boolean b) {
if (b)
x = 1; // comment
}
}