* Form.cs: Make the fix for #80775 windows-only (fixes #81957).
[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