[mcs] Allows shadowing of probing pattern variables
[mono.git] / mcs / errors / cs0431.cs
index 3b087e005eca6b903214a42f68e307ac21fd7d72..c75168f57fca3ab25fe1cf1fc4c09f0d95eb0651 100644 (file)
@@ -1,4 +1,4 @@
-// cs0431.cs: `foo' cannot be used with '::' since it denotes a type
+// CS0431: Alias `foo' cannot be used with `::' since it denotes a type. Consider replacing `::' with `.'
 // Line: 13
 
 using foo = A;