[mcs] Allows shadowing of probing pattern variables
[mono.git] / mcs / errors / cs0652.cs
index 8d42558e52b9255e987c343c479e50db952c814e..b555d45a01d8fa304f4b50ad596a6a958eff2279 100644 (file)
@@ -1,4 +1,4 @@
-// cs0652.cs: Comparison to integral constant is useless; the constant is outside the range of type `byte'
+// CS0652: A comparison between a constant and a variable is useless. The constant is out of the range of the variable type `byte'
 // Line: 9
 // Compiler options: -warnaserror -warn:2