blob: 11d738b6233af18697f841571480c7e9f5faf519 [file] [log] [blame]
public class X {
List f(int x, int y) {
return java.util.Arrays.asList(<spot>x, y</spot>);
}
}