blob: ea2d50e131d33791f59bb3d1e768b49479fc5b19 [file] [log] [blame]
public class Test {
int method(int i) {
return 0;
}
int m(int i, int j) {
return i + <selection>method(j)</selection>;
}
}