Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / gcs0081-2.cs
blob73c537fb584ed505033996a2a5da7c27a5fa4f1a
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>()