Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / 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 () {}