2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0611.cs
blobfd70d189a1b7acb987ebc1f944690542c2e28b47
1 // cs0611.cs: Array elements cannot be of type `System.ArgIterator'
2 // Line: 5
4 public class Sample {
5 System.ArgIterator[] arg;
6 static void Main () {}