2009-05-29 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / errors / cs0548.cs
index 0620b8938ec5e94cbab56911b70495828129dbf2..acd88588e41f118ea859f6a1d1b0d07d24ee7076 100644 (file)
@@ -1,9 +1,7 @@
-// cs0548.cs: 'PropertyClass.Value' : property or indexer must have at least one accessor\r
-// Line: 5\r
-\r
-class PropertyClass {\r
-        public int Value {\r
-        }\r
-}\r
-\r
-\r
+// CS0548: `PropertyClass.Value': property or indexer must have at least one accessor
+// Line: 5
+
+class PropertyClass {
+        public int Value {
+        }
+}