Merge branch 'master' of github.com:mono/mono into masterwork
[mono.git] / mcs / errors / cs1662.cs
index 9bcffc16b2325933bb1f1bcea7f879c65c44ad27..f544fce765e605739e60c669a71cdb17f8bd2fda 100644 (file)
@@ -1,8 +1,6 @@
-// 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
+// CS1662.cs: Cannot convert `anonymous method' 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.
-//
+
 delegate void D (int x);
 
 class X {