Flush (work in progress)
[mono.git] / mcs / errors / cs0278.cs
index fb6bc5b6bc9f5a77c639f8dacc0e08d0ef828c73..cf21792116b53488c0e22e58828831aa6dd74224 100644 (file)
@@ -1,4 +1,4 @@
-// CS0278: `Testing.IMixedEnumerable' contains ambiguous implementation of `enumerable' pattern. Method `Testing.ICustomEnumerable.GetEnumerator()' is ambiguous with method `System.Collections.IEnumerable.GetEnumerator()'\r
+// CS0278: `Testing.IMixedEnumerable' contains ambiguous implementation of `enumerable' pattern. Method `System.Collections.IEnumerable.GetEnumerator()' is ambiguous with method `Testing.ICustomEnumerable.GetEnumerator()'\r
 // Line: 28\r
 // Compiler options: -warnaserror -warn:2\r
 \r
@@ -28,4 +28,4 @@ namespace Testing {
                         foreach(object o in c) {}\r
                 }\r
         }\r
-}
\ No newline at end of file
+}\r