class Test { new Integer(0) void foo() { Integer i = new Integer(0); } }