[mcs] Consider method candidates with misplaced named arguments not applicable. Fixes...
[mono.git] / mcs / errors / cs0072.cs
index 0e7c4619a6d5bbf7de6dfb2623931134135bd2e0..29481812a8c74c8732a1d566747fa4aaed9c5b88 100644 (file)
@@ -1,4 +1,4 @@
-// cs0072.cs: Event `Child.OnFoo' can override only event
+// CS0072: `Child.OnFoo': cannot override because `ErrorCS0072.OnFoo()' is not an event
 // Line: 16
 
 using System;