Implemented more System.Net.Http.Headers
[mono.git] / mcs / errors / cs0283.cs
index 33b1b8bad0fcd8f250ff9c906c7e8aa2e92d2aec..31ac6c678a13ff83e6a525c6a05a79c79e0367d6 100644 (file)
@@ -1,11 +1,11 @@
-// cs0283.cs: The type `S' cannot be declared const\r
-// Line: 10\r
-\r
-struct S\r
-{\r
-}\r
-\r
-class C\r
-{\r
-       const S s = new S();\r
+// CS0283: The type `S' cannot be declared const
+// Line: 10
+
+struct S
+{
+}
+
+class C
+{
+       const S s = new S();
 }
\ No newline at end of file