[xbuild] Add support for Before/AfterTargets.
[mono.git] / mcs / errors / cs0283-2.cs
index 5101b111b3e5d755e0221f78dabd39ce84bbd706..761563e1bb6c803fb0dd38b35408b70dd93a3ebb 100644 (file)
@@ -1,14 +1,14 @@
-// cs0283-2.cs: The type `S' cannot be declared const\r
-// Line: 12\r
-\r
-struct S\r
-{\r
-}\r
-\r
-class C\r
-{\r
-       public void Foo ()\r
-       {\r
-               const S s = new S();\r
-       }\r
+// CS0283: The type `S' cannot be declared const
+// Line: 12
+
+struct S
+{
+}
+
+class C
+{
+       public void Foo ()
+       {
+               const S s = new S();
+       }
 }
\ No newline at end of file