[threadpool] Pass callback at initialization (#4546)
[mono.git] / mcs / errors / cs0652-4.cs
index 44e70339ce11f5b441e61ba1d813a08687ddd8f0..0528edd1664706f787e8b9044d78e6b15050b77c 100644 (file)
@@ -1,4 +1,4 @@
-// cs0652-4.cs : Comparison to integral constant is useless; the constant is outside the range of type `short'
+// CS0652: A comparison between a constant and a variable is useless. The constant is out of the range of the variable type `short'
 // Line: 11
 // Compiler options: /warn:2 /warnaserror
 using System;