"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0081-2.cs
blobf1299715af120099de83f94697afc321d10731b4
1 // CS0081: Type parameter declaration must be an identifier not a type
2 // Line: 6
4 class D
6 public void Foo<int>()