Merge pull request #5668 from kumpera/wasm-work-p4
[mono.git] / mcs / errors / cs1059-2.cs
index 4b1d55d95d0ba42314cd76e8cd627867e9b7cd7e..800f23b28f65fabeab564fd6d0ee4f32dfc36d84 100644 (file)
@@ -1,10 +1,10 @@
-// CS1059: The operand of an increment or decrement operator must be a variable, property or indexer\r
-// Line: 8\r
-\r
-using System;\r
-\r
-public class Test {\r
-       void Main () {\r
-               Console.WriteLine (++0);\r
-       }\r
-}\r
+// CS1059: The operand of an increment or decrement operator must be a variable, property or indexer
+// Line: 8
+
+using System;
+
+public class Test {
+       void Main () {
+               Console.WriteLine (++0);
+       }
+}