Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0531.cs
index 318b5296d8be5abe40cf9e5ea382c8aece28e6e1..fbfeb32e22d5cb30d17c389c27707bf95265d67c 100644 (file)
@@ -1,10 +1,10 @@
-// cs0531.cs: 'Interface.Foo()' : interface members cannot have a definition\r
-// Line: 5\r
-\r
-public interface Interface {\r
-        void Foo () {\r
-        }\r
-}\r
-\r
-\r
-\r
+// CS0531: `Interface.Foo()': interface members cannot have a definition
+// Line: 5
+
+public interface Interface {
+        void Foo () {
+        }
+}
+
+
+