[interp] Don't check for exception in native wrappers (#14184)
[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>()