"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs1966-3.cs
blob59b15b72670255fed248e8651afd8a538659b0ce
1 // CS1966: `C': cannot implement a dynamic interface `I<dynamic[]>'
2 // Line: 8
4 interface I<T>
8 class C : I<dynamic[]>