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