Merge pull request #3913 from omwok/master
[mono.git] / mcs / errors / cs0622.cs
index 4b8530befc4a57f06199be367a3bec4a361f3311..13d11eb9873299055328f94f60f0fc5b280c1692 100644 (file)
@@ -1,4 +1,4 @@
-// cs0622.cs: Can only use array initializer expressions to assign to array types. Try using a new expression instead
+// CS0622: Can only use array initializer expressions to assign to array types. Try using a new expression instead
 // Line: 7
 
 class X {