"disable_omit_fp" can now be included in MONO_DEBUG
[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