[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0611.cs
blob5c65c48498dcb08e9f39eb4699b55cec00eab0e6
1 // CS0611: Array elements cannot be of type `System.ArgIterator'
2 // Line: 5
4 public class Sample {
5 System.ArgIterator[] arg;
6 static void Main () {}