Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs1628.cs
index 14762da603c6150b2573791fc9e7a7a4950d74cd..5c6af888bcc5a4cd12f0dd7aeea9d88476144b34 100644 (file)
@@ -1,4 +1,4 @@
-// cs1628: Can not access `ref' or `out' parameters in an anonymous method
+// CS1628: Parameter `a' cannot be used inside `anonymous method' when using `ref' or `out' modifier
 // Line: 15
 using System;