[mcs] Consider method candidates with misplaced named arguments not applicable. Fixes...
[mono.git] / mcs / errors / cs0120-8.cs
index 0f6178a28b5c6c207d2f201b3c7c065c1102f106..9f52ab348c7b8a642e573fe1446790cf9476ab6b 100644 (file)
@@ -1,4 +1,4 @@
-// cs0120-8.cs: `Test.ArrayList': An object reference is required for the nonstatic field, method or property
+// CS0120: An object reference is required to access non-static member `Test.ArrayList'
 // Line: 10
 
 using System.Collections;