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