class Pos05 { static class Foo { Foo(X x) {} } void m(Foo fi) {} void test() { m(new Foo<>(1)); } }