blob: e3f0f047f181103309b0fc75fee15c1fc1723085 [file] [log] [blame]
public class X {
public int bar(int i) {
return i;
}
}