[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0701-2.cs
blob4075c2e6cada8c9a60660c82484c384d74ec4920
1 // CS0701: `S' is not a valid constraint. A constraint must be an interface, a non-sealed class or a type parameter
2 // Line: 8
4 struct S
8 class Foo<T> where T : S