blob: aafe6b47c81fccb00692fa363d855e98a01f1c3f [file] [log] [blame]
public class X {
void f(int a) {
f(0);
f(1);
int i = 9;
}
}