[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1967.cs
blob696c979c0177629120ba1ed9becd8262d02243c6
1 // CS1967: A constraint cannot be the dynamic type
2 // Line: 4
4 class C<T> where T : dynamic