Files

8 lines
108 B
Java

public class Thing {
private String it;
private void dumb() {
String it = this.it;
}
}