X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0278.cs;h=cf21792116b53488c0e22e58828831aa6dd74224;hb=0900c61969ca862b0bcc967b4413e539acf07dbb;hp=fb6bc5b6bc9f5a77c639f8dacc0e08d0ef828c73;hpb=46b3c9551cf6ee5ebc6b9ea8efe667f4e96ff0b2;p=mono.git diff --git a/mcs/errors/cs0278.cs b/mcs/errors/cs0278.cs index fb6bc5b6bc9..cf21792116b 100644 --- a/mcs/errors/cs0278.cs +++ b/mcs/errors/cs0278.cs @@ -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()' +// CS0278: `Testing.IMixedEnumerable' contains ambiguous implementation of `enumerable' pattern. Method `System.Collections.IEnumerable.GetEnumerator()' is ambiguous with method `Testing.ICustomEnumerable.GetEnumerator()' // Line: 28 // Compiler options: -warnaserror -warn:2 @@ -28,4 +28,4 @@ namespace Testing { foreach(object o in c) {} } } -} \ No newline at end of file +}