Make XML
[mono.git] / mcs / errors / cs0267.cs
index 9c7de13adecec2fb7657759a6eb38a048041810e..c34bc03f90740a71d49a07a02108e1f9fda5ec72 100644 (file)
@@ -1,4 +1,4 @@
-// cs0267.cs: The partial modifier can only appear immediately before `class', `struct' or `interface'
+// CS0267: The `partial' modifier can be used only immediately before keyword `class', `struct', or `interface'
 // Line: 4
 
 partial enum e {}