Merge pull request #3773 from mono/bockbuild-integration
[mono.git] / mcs / errors / cs1660.cs
index 4f549a9fce422690950d9802ff7794d238f381b1..3b8a01b9ff4aac47b50e6d9680e9cddd1eddbae7 100644 (file)
@@ -1,4 +1,4 @@
-// cs1660.cs: Cannot convert anonymous method block to type `object' because it is not a delegate type
+// CS1660: Cannot convert `anonymous method' to non-delegate type `object'
 // Line: 9
 
 using System;