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