class Test { private String a; { a = null; String b = a.toString(); } }