blob: 2e2fbc274e0f65316407444192706dd88c0d37db [file] [log] [blame]
public class MyClass {
public void foo(int x, int y) {
System.out.println(<selection>x+y</selection>);
return x+1+y;
}
}