2005-08-16 Marek Safar <marek.safar@seznam.cz>
[mono.git] / mcs / errors / cs1662.cs
index defcc6558af175d133548773e742d6890fd08c2e..9bcffc16b2325933bb1f1bcea7f879c65c44ad27 100644 (file)
@@ -1,4 +1,4 @@
-// cs1662: Can not convert the anonymous method, as the returned value does not match the return type of the delegate
+// cs1662.cs: Cannot convert anonymous method block to delegate type `D' because some of the return types in the block are not implicitly convertible to the delegate return type
 // Line: 11
 //
 // Return type mismatch.