**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0611.cs
blob3df03f29c6dcc8e980ff8902978540530cd84e61
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 () {}