class Foo { Foo f() { } static { new Foo().f(); } }