[msvc] Update csproj files (#5052)
[mono.git] / mcs / errors / cs0162-8.cs
index 7500614a55a42ced58216679aa7bc8291c1dc5b3..26139e6e157b8ce916343e9ce5caa7ed84bb0170 100644 (file)
@@ -1,14 +1,14 @@
-// CS0162: Unreachable code detected\r
-// Line: 9\r
-// Compiler options: -warnaserror -warn:2\r
-\r
-class C\r
-{\r
-       public static int Main ()\r
-       {\r
-               if (true == false)\r
-                       return 1;\r
-               \r
-               return 2;\r
-       }\r
+// CS0162: Unreachable code detected
+// Line: 9
+// Compiler options: -warnaserror -warn:2
+
+class C
+{
+       public static int Main ()
+       {
+               if (true == false)
+                       return 1;
+               
+               return 2;
+       }
 }
\ No newline at end of file