2007-10-19 Nagappan A <anagappan@novell.com>
[mono.git] / mcs / errors / cs1670.cs
index 0172c0a540729912053e52c21170cbd29b18287a..87c73107fbb2dcfe9ec8e152cedde27c17e15d3f 100644 (file)
@@ -1,4 +1,4 @@
-// cs01670.cs: params is not valid in this context
+// cs1670.cs: The `params' modifier is not allowed in anonymous method declaration
 // Line: 10
 
 delegate object D (params object[] args);