error messages review
[mono.git] / mcs / errors / cs1643.cs
index b78db4a7008c86f3b3fc4f12c6b31c1edc83dfbd..fbb8facd83bf7331305f99c44321a5fdc347782b 100644 (file)
@@ -1,4 +1,4 @@
-// cs1643.cs: Not all code paths return a value in anonymous method
+// cs1643.cs: Not all code paths return a value in anonymous method of type `X.T'
 // Line: 12
 using System;
 
@@ -15,5 +15,3 @@ class X {
                };
        }
 }
-       
-