[packaging/msbuild] Update commit hash to point to xplat-master HEAD (#5100)
[mono.git] / mcs / errors / cs0525.cs
index f0112ef1f24372aba045e35c66c508cd1035ea90..9e225c6dedb7bf79ee359760ca248b1dfb97d49c 100644 (file)
@@ -1,9 +1,7 @@
-// cs0525.cs: Interfaces cannot contain fields\r
-// Line: 5\r
-\r
-interface Interface {\r
-        bool value = false;\r
-}\r
-\r
-\r
-\r
+// CS0525: Interfaces cannot contain fields or constants
+// Line: 6
+
+interface Interface
+{ 
+       bool value = false;
+}