Updated.
[mono.git] / mcs / errors / cs0611.cs
1 // cs0611.cs: Array elements cannot be of type 'System.ArgIterator'\r
2 // Line: 5\r
3 \r
4 public class Sample {\r
5         System.ArgIterator[] arg;\r
6                 static void Main () {}\r
7 }\r
8 \r
9 \r
10 \r