1 2 3 4 5 6
// CS0081: Type parameter declaration must be an identifier not a type // Line: 4 class D<string> { }