X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0266.cs;h=685e6d8138b1460193ec4d8d8de10128253e35cb;hb=233bbcaaa3aa9f100ef6266236bf0b5a32b49a65;hp=ce4cce70e8ae1e27e3a24e620a1267815fc3c30f;hpb=c4aef31eeea309e6a795c84c098ac8e1a2490340;p=mono.git diff --git a/mcs/errors/cs0266.cs b/mcs/errors/cs0266.cs index ce4cce70e8a..685e6d8138b 100644 --- a/mcs/errors/cs0266.cs +++ b/mcs/errors/cs0266.cs @@ -1,4 +1,4 @@ -// cs0266.cs: Cannot implicitly convert type `Foo.MyEnumType' to `uint'. An explicit conversion exists (are you missing a cast?) +// CS0266: Cannot implicitly convert type `Foo.MyEnumType' to `uint'. An explicit conversion exists (are you missing a cast?) // Line: 11 public class Foo {