[mcs] Consider method candidates with misplaced named arguments not applicable. Fixes...
[mono.git] / mcs / errors / cs3023.cs
index f2cd6cc7b029f1b95d5f9431424c82c579262d38..3e87c8cacd8117bb98e4b3f3a83d45e29f9f4f9b 100644 (file)
@@ -1,6 +1,6 @@
-// cs3023.cs: CLSCompliant attribute has no meaning when applied to return types. Try putting it on the method instead
+// CS3023: CLSCompliant attribute has no meaning when applied to return types. Try putting it on the method instead
 // Line: 8
-// Compiler options: -warn:1 -warnaserror\r
+// Compiler options: -warn:1 -warnaserror
 
 using System;
 [assembly: CLSCompliant (true)]