class Test { S f() { return null; } { String m = f(); System.out.println(m); } }