2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / errors / cs0629.cs
index dab1a3d20071de8f62618e88fb8a39725e0bdc70..a839389b1fee4554388baadd7da2e95502aa511b 100644 (file)
@@ -1,7 +1,7 @@
-// cs0629.cs: Conditional member 'DerivedClass.Show(int)' cannot implement interface member 'IFace.Show(int)'// Line: 12
+// cs0629.cs: Conditional member 'DerivedClass.Show(int)' cannot implement interface member 'IFace.Show(int)'\r// Line: 12\r
 interface IFace
-{        void Show (int arg);}
+{\r        void Show (int arg);\r}\r
 class DerivedClass: IFace
-{        [System.Diagnostics.Conditional("DEBUG")]
-        public void Show (int arg) {}}
-
+{\r        [System.Diagnostics.Conditional("DEBUG")]
+        public void Show (int arg) {}\r}\r
+\r