blob: e1fc8eb0ae9fc02efd35eea1bb7a0a569135526d [file] [log] [blame]
public class MyClass {
public int m(int x, int y) {
return <selection>x+1</selection>+y;
}
}