public class Test { void m() { Object x = null; System.out.println("x = " + x); // [...] = selection } }