X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0664.cs;h=fd8c02c1fc783cbfccc3e6f7045cb9ec0151660b;hb=4058c2be43ec605cdcc57e9d678251339349cb5f;hp=0a4022793c73a7e40301a0de60cfc96c0b2a00b8;hpb=5d9434fcb3acc1ed7d3d30603faae797d672fe65;p=mono.git diff --git a/mcs/errors/cs0664.cs b/mcs/errors/cs0664.cs index 0a4022793c7..fd8c02c1fc7 100644 --- a/mcs/errors/cs0664.cs +++ b/mcs/errors/cs0664.cs @@ -1,4 +1,4 @@ -// cs0664.cs: Literal of type double cannot be implicitly converted to type `float'. Add suffix `f' to create a literal of this type +// CS0664: Literal of type double cannot be implicitly converted to type `float'. Add suffix `f' to create a literal of this type // Line: 6 class X { void A ()