blob: 9eedccd33bbb411b7e9bd82af8e6389325408ed1 [file] [log] [blame]
class Test {
public void foo(){
System.out.println(<selection>const1.charAt(0)</selection>);
}
public static final String const1 = "";
}