Merge pull request #3894 from akoeplinger/fix-actor
[mono.git] / mcs / errors / cs0236-2.cs
index 01745910ac45e1ae19d318c5b4551598fdcc21af..82a0ca9302f747c843bcd9b00906736d25866789 100644 (file)
@@ -1,8 +1,8 @@
-// cs0236-2.cs: A field initializer cannot reference the nonstatic field, method, or property `C1.CC'
-// Line: 11\r
-\r
+// CS0236: A field initializer cannot reference the nonstatic field, method, or property `C1.CC'
+// Line: 11
+
 class C1
-{\r
+{
     public double CC = 0;
 }