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