class Neg13 { static class Foo { Foo(T t) {} } Foo fi1 = new Foo<>(""); Foo fi2 = new Foo(""); }