class Foo2 { Foo2 getList() { return null; } { Foo2 f = new Foo2(); Foo2 temp = f.getList(); Object a = temp; Object b = temp; } }