blob: 032a05aa2980f5fe02af8995ffa94da9e795cfd7 [file] [log] [blame]
public class C {
private final String myStr;
public C() {
<selection>myStr</selection> = "";
}
}