import foo.*; class B { { new NullableFunction() { public void fun(Object o) {} }; new AnyFunction() { public void fun(Object o) {} }; } }