* ecore.cs (Expression.Error_ValueCannotBeConverted): Add special
[mono.git] / mcs / errors / gcs0081-2.cs
1 // gcs0081-2.cs: Type parameter declaration must be an identifier not a type\r
2 // Line: 6\r
3 \r
4 class D\r
5 {\r
6         public void Foo<int>()\r
7         {\r
8         }\r
9 }\r