Files

8 lines
113 B
Java

public class Thing {
private String it;
private void dumb() {
<selection>it</selection>
}
}