Bump corefx
[mono.git] / mcs / errors / cs0267.cs
index 9c7de13adecec2fb7657759a6eb38a048041810e..707eaa1c5411d9b8dcf58811a8f78d76c0376d18 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 `class', `struct', `interface', or `void' keyword
 // Line: 4
 
 partial enum e {}