Updated error message
authorMarek Safar <marek.safar@gmail.com>
Wed, 18 Aug 2010 12:27:25 +0000 (13:27 +0100)
committerMarek Safar <marek.safar@gmail.com>
Wed, 18 Aug 2010 12:32:31 +0000 (13:32 +0100)
mcs/errors/cs0108-14.cs

index bbc7ba07ba0ef3b362d8818717434504614f34f3..c37ee28d2fda792bf8aea1c99c236bc8e2464295 100644 (file)
@@ -1,4 +1,4 @@
-// CS0108: `IMutableSequence.this[int]' hides inherited member `ISequence.this[int]'. Use the new keyword if hiding was intended
+// CS0108: `B.D' hides inherited member `A.D'. Use the new keyword if hiding was intended
 // Line: 15
 // Compiler options: -warnaserror -warn:2
 
@@ -10,4 +10,4 @@ public class B : A
 public class A
 {
        public int D;
-}
\ No newline at end of file
+}