Merge pull request #3766 from BrzVlad/feature-default-conc
[mono.git] / mcs / errors / cs0611.cs
index 3df03f29c6dcc8e980ff8902978540530cd84e61..5c65c48498dcb08e9f39eb4699b55cec00eab0e6 100644 (file)
@@ -1,10 +1,10 @@
-// cs0611.cs: Array elements cannot be of type 'System.ArgIterator'\r
-// Line: 5\r
-\r
-public class Sample {\r
-        System.ArgIterator[] arg;\r
-               static void Main () {}\r
-}\r
-\r
-\r
-\r
+// CS0611: Array elements cannot be of type `System.ArgIterator'
+// Line: 5
+
+public class Sample {
+        System.ArgIterator[] arg;
+               static void Main () {}
+}
+
+
+