[mcs] New property/indexer cannot have accessors implementing an interface in base...
[mono.git] / mcs / errors / cs1685.cs
index 2265e6d0cd991edaf7c86cdc90b2f8e17deee010..fdb823e4e4d7bcf5d2df5490246c1eded5ce1079 100644 (file)
@@ -1,5 +1,5 @@
-// CS1685: The type `System.Int32' conflicts with the predefined type `int' and will be ignored
-// 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 {