Merge pull request #3766 from BrzVlad/feature-default-conc
[mono.git] / mcs / errors / cs0220.cs
index aa5982aea9d9a8a0757071950321547bf76a01d1..befd46292c3605de7cc52d4498b007af8058358e 100644 (file)
@@ -1,11 +1,11 @@
-// cs0220.cs: The operation overflows at compile time in checked mode\r
-// Line: 7\r
-\r
-public class MainClass {\r
-        static void Main () {\r
-                const long a = long.MaxValue;\r
-                long b = 2 * a;\r
-        }\r
-}\r
-\r
-\r
+// CS0220: The operation overflows at compile time in checked mode
+// Line: 7
+
+public class MainClass {
+        static void Main () {
+                const long a = long.MaxValue;
+                long b = 2 * a;
+        }
+}
+
+