blob: 0a964fc09862335880a030181e7ed5df6190d183 [file] [log] [blame]
public class Test4 {
String text = "Hello world!";
private class Q {
void foo() {
System.out.println("text = " + <selection>text</selection>);
}
}
}