blob: 8f1cbe4e99b1e50af407273513a48899c4741802 [file] [log] [blame]
class Test {
public static void main(String[] args) {
final String s = "text";
<selection>class A {
{
System.out.println(s);
}
}</selection>
}
}