blob: d805c91406ccf170e9bf3d3c159831a378f323ab [file] [log] [blame]
public class X {
void f(int i) {
i++;
}
}