blob: 1c4a39521376be00bdd784db137dfb0e8014fddd [file] [log] [blame]
public class A {
int field;
public int getField() {
<caret><selection>return field;</selection>
}
}