[msvc] Update csproj files (#4128)
[mono.git] / mcs / errors / cs0122-19.cs
index 7c3c030334ae28c7e23352bf57d3c1d32cfc5b0b..908b6c274221b4d0b7e8e531689a7e98d658ba97 100644 (file)
@@ -1,12 +1,12 @@
-// cs0122-19.cs: `A.IFileWatcher' is inaccessible due to its protection level\r
-// Line: 9\r
-// Compiler options: -r:CS0122-19-lib.dll\r
-\r
-namespace A {\r
-       class C {\r
-               public static void Main ()\r
-               {\r
-                       IFileWatcher i;\r
-               }\r
-       }\r
+// CS0122: `A.IFileWatcher' is inaccessible due to its protection level
+// Line: 9
+// Compiler options: -r:CS0122-19-lib.dll
+
+namespace A {
+       class C {
+               public static void Main ()
+               {
+                       IFileWatcher i;
+               }
+       }
 }
\ No newline at end of file