public class Test { public Test() { int i = 0; } public Test get() { return new Test() { } } }