2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0306-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>