[mcs] Allows shadowing of probing pattern variables
[mono.git] / mcs / errors / cs0571-2.cs
index 551489bee91ae6d2562b726e7d99f28acd19dd01..a5d63729fc6553d0e25c315c0cc1234edbde3abb 100644 (file)
@@ -1,4 +1,5 @@
-// cs0571.cs: 'System.Reflection.MemberInfo.Name.get' : cannot explicitly call operator or accessor// Line: 9
+// CS0571: `System.Reflection.MemberInfo.Name.get': cannot explicitly call operator or accessor
+// Line: 8
 using System;
 
 public class EntryPoint {