blob: 53f7eee1953e283a0ced9e0fe510252c9465f169 [file] [log] [blame]
public class X {
Point f(int x, int y) {
return new Point(x, y);
}
}