blob: 93384fa5e482f0da05d44270eab004f79b50cd39 [file] [log] [blame]
public class A {
public void foo(int i) {
System.out.println(++i);
}
}