class Neg14 { static class Foo { Foo(T t) {} } Foo fi1 = new Foo<>(1); Foo fi2 = new <String> Foo(1); }