error messages review
[mono.git] / mcs / errors / cs1628.cs
index 14762da603c6150b2573791fc9e7a7a4950d74cd..dec36af875752dc562bc2d728db1cf632f60e990 100644 (file)
@@ -1,4 +1,4 @@
-// cs1628: Can not access `ref' or `out' parameters in an anonymous method
+// cs1628.cs: Cannot use ref or out parameter `a' inside an anonymous method block
 // Line: 15
 using System;