blob: 1500589a14893c78a8bf993d2ae8553decc94730 [file] [log] [blame]
public class Test {
void m() {
Object x = null;
System.out.println("x = " + <selection>x</selection>); // [...] = selection
}
}