blob: 1ae9841b9337379f145d0cd54079aa86751d6604 [file] [log] [blame]
public class Thing {
private String it;
private void dumb() {
<selection>it</selection>
}
}