[System.Xml] Add support for msxsl format functions. Fixes #50242
[mono.git] / mcs / errors / cs0611.cs
index 29394d51fcc780781f09a3c7bbc81f94b4622af6..5c65c48498dcb08e9f39eb4699b55cec00eab0e6 100644 (file)
@@ -1,9 +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
-}\r
-\r
-\r
-\r
+// CS0611: Array elements cannot be of type `System.ArgIterator'
+// Line: 5
+
+public class Sample {
+        System.ArgIterator[] arg;
+               static void Main () {}
+}
+
+
+