1 2 3 4 5 6 7 8 9
// CS0081: Type parameter declaration must be an identifier not a type // Line: 6 class D { public void Foo<int>() { } }