codeowners update
[mono.git] / mcs / errors / cs0470.cs
index 90d3fa82a4821f04288171009cb01723b854665b..f4a27205cb95b5dd9f532660bdc7f16f932b9ef1 100644 (file)
@@ -1,15 +1,15 @@
-// cs0470.cs: Method `C.get_P()' cannot implement interface accessor `I.P.get'\r
-// Line: 11\r
-\r
-interface I\r
-{\r
-       int P { get; }\r
-}\r
-\r
-class C : I\r
-{\r
-       public int get_P ()\r
-       {\r
-               return 1;\r
-       }\r
+// CS0470: Method `C.get_P()' cannot implement interface accessor `I.P.get'
+// Line: 11
+
+interface I
+{
+       int P { get; }
+}
+
+class C : I
+{
+       public int get_P ()
+       {
+               return 1;
+       }
 }
\ No newline at end of file