Merge pull request #5082 from kumpera/fix-ro-fs-file-delete
[mono.git] / mcs / errors / cs0407.cs
index ae9245cb7cd00de6c38042de145aba0b38972b32..2790f1cd42cea4d86854350ad387a1dd5b907c52 100644 (file)
@@ -1,4 +1,4 @@
-// cs0407.cs: `int MainClass.Delegate()' has the wrong return type to match the delegate `void TestDelegate()'
+// CS0407: A method or delegate `int MainClass.Delegate()' return type does not match delegate `void TestDelegate()' return type
 // Line: 12
 
 delegate void TestDelegate();