blob: 836634ae08fefe5cacf87dfb174d1b0ab676f810 [file] [log] [blame]
class Test {
public static int i;
int method(int a) {
return <selection>a + i</selection>;
}
}