Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs1670.cs
index 87c73107fbb2dcfe9ec8e152cedde27c17e15d3f..78f1d0e2af75e4f3c4e6e80cf9068fe99c7ab1a1 100644 (file)
@@ -1,4 +1,4 @@
-// cs1670.cs: The `params' modifier is not allowed in anonymous method declaration
+// CS1670: The `params' modifier is not allowed in current context
 // Line: 10
 
 delegate object D (params object[] args);