* Project.cs (DoLoad): If a VS2003 project is detected, then throw
[mcs.git] / errors / gcs0081-2.cs
blob74ed62b887fc4289fb0718cf25c862dd009d958e
1 // gcs0081-2.cs: Type parameter declaration must be an identifier not a type
2 // Line: 6
4 class D
6 public void Foo<int>()