[mcs] New property/indexer cannot have accessors implementing an interface in base...
[mono.git] / mcs / errors / cs1685.cs
index 97ad1e24224d261e43b7faac90643b63807b94ea..fdb823e4e4d7bcf5d2df5490246c1eded5ce1079 100644 (file)
@@ -1,5 +1,5 @@
-// CS1685: The predefined type `System.Int32' is redefined in the source code. Ignoring the local type definition
-// Line: 6
+// CS1685: The predefined type `System.Int32' is defined multiple times. Using definition from `mscorlib.dll'
+// Line: 0
 // Compiler options: -warn:1 -warnaserror
 
 namespace System {