Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs1016.cs
index 890c5cda0dbb72e2b5915d5f8aed590032ecd59f..69a364603181beb4264556df322e2741c0cb64cf 100644 (file)
@@ -1,4 +1,4 @@
-// cs1016.cs: Named attribute argument expected
+// CS1016: Named attribute arguments must appear after the positional arguments
 // Line: 19
 
 using System;
@@ -18,4 +18,4 @@ public class E
 {
     [Attr (Arg = "xxx", 3)]
     public void Method () {}
-}
\ No newline at end of file
+}