Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0526.cs
index 58855fb77e7ff2423ad538607709108e15c7e333..95525373c58160f84251cac9771f2a8a4b009a99 100644 (file)
@@ -1,10 +1,8 @@
-// cs0526.cs: Interfaces cannot contain constructors\r
-// Line: 5\r
-\r
-public interface Interface {\r
-        public Interface () {\r
-        }\r
-}\r
-\r
-\r
-\r
+// CS0526: Interfaces cannot contain contructors
+// Line: 5
+
+public interface Interface {
+        public Interface ()
+        {
+        }
+}