blob: fac9ed894368d8f8a1a12e92e6aa3fab933eab13 [file] [log] [blame]
public class X {
Point f(int x, int y) {
return new Point(<spot>y, x</spot>);
}
}