[mcs] C#7 out variable declaration
[mono.git] / mcs / errors / cs0190.cs
index f58ae3799f8e1b41abc5f2cd6d853560dc9cd5ad..c75d1dce80fa24789a3970b0dbf46034d7d5ce6e 100644 (file)
@@ -1,10 +1,10 @@
-// cs0190.cs: The __arglist construct is valid only within a variable argument method\r
-// Line: 8\r
-\r
-public class Test\r
-{\r
-       public static void Foo ()\r
-       {\r
-               object o = __arglist; \r
-       }\r
+// CS0190: The __arglist construct is valid only within a variable argument method
+// Line: 8
+
+public class Test
+{
+       public static void Foo ()
+       {
+               object o = __arglist; 
+       }
 }
\ No newline at end of file