blob: 0dab38c34f370107105bd09019483e370aab19b7 [file] [log] [blame]
class A {
{
String[] result = new String[1];
result[0] = "";
System.out.println(result[0]);
System.out.println(<selection>result[0]</selection>);
}
}