[corlib] Add a special method for XI so the linker does not always have to generate it.
[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