Reverted
[mono.git] / mcs / errors / gcs0081.cs
1 // gcs0081.cs: Type parameter declaration must be an identifier not a type\r
2 // Line: 4\r
3 \r
4 class D<string>\r
5 {\r
6 }\r