[mcs] Consider method candidates with misplaced named arguments not applicable. Fixes...
[mono.git] / mcs / errors / cs0177-5.cs
index 92b72e63482bf0e8b71edc890678c0933b020acf..6c802a73a674518ca357880eaadf826da3306ca2 100644 (file)
@@ -1,4 +1,4 @@
-// cs0177-5.cs: The out parameter `a' must be assigned to before control leaves the current method
+// CS0177: The out parameter `a' must be assigned to before control leaves the current method
 // Line: 21
 
 using System;