[xbuild] Add support for Before/AfterTargets.
[mono.git] / mcs / errors / cs0547.cs
index b58f4b3f9713a5f465db84b2f09edebff1b93156..43d37f4da4d3b8c95e8f6c6db26776eb894ef5c8 100644 (file)
@@ -1,9 +1,6 @@
-// cs0547.cs: 'PropertyClass.Value' : property or indexer cannot have void type\r
-// Line: 5\r
-\r
-class PropertyClass {\r
-        public void Value { get {}\r
-        }\r
-}\r
-\r
-\r
+// CS0547: `PropertyClass.Value': property or indexer cannot have void type
+// Line: 5
+
+class PropertyClass {
+        public void Value { get {} }
+}