blob: ec295bacf1604b14ebed16efd2b1da1740618349 [file] [log] [blame]
class Test {
int method(int a, int b) {
return <selection>i</selection>;
}
int i;
}