Files

8 lines
123 B
Java

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