[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0306-3.cs
blobc84537b3a4b408ee77f4a240cd64fc481f504564
1 // CS0306: The type `System.ArgIterator' may not be used as a type argument
2 // Line: 6
4 class G<T> {}
6 class C : G<System.ArgIterator>