[xbuild] Fix #40094, part 1/2: SolutionParser: Emit `AbsolutePath="..."`
[mono.git] / mcs / errors / cs0108-4.cs
index 8f2f5eeea92481c4d837555cc5202a180c5364e8..d8ba1ace13a09baa1f3933e713f7ff054441f771 100644 (file)
@@ -1,4 +1,4 @@
-// cs0108.cs: The new keyword is required on 'Derived.Prop(int)' because it hides inherited member
+// CS0108: `Derived.Prop' hides inherited member `Base.Prop(int)'. Use the new keyword if hiding was intended
 // Line: 10
 // Compiler options: -warnaserror -warn:2