import pack.Foo; class Test { { m(new Foo() { @Override public void foo(String s) { } }) } void m(Foo foo){} }