X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0221-5.cs;h=c3167e60a3bd21298cbfd4db889cecb4a25b1b5b;hb=d2a26c959578e8d721cfe320f6ac1d8ee8633cf3;hp=d30b25fa82e3c17c437214b52ed9bb485f2e6911;hpb=5d9434fcb3acc1ed7d3d30603faae797d672fe65;p=mono.git diff --git a/mcs/errors/cs0221-5.cs b/mcs/errors/cs0221-5.cs index d30b25fa82e..c3167e60a3b 100644 --- a/mcs/errors/cs0221-5.cs +++ b/mcs/errors/cs0221-5.cs @@ -1,12 +1,12 @@ -// cs0221.cs: Constant value `-1' cannot be converted to a `byte' (use `unchecked' syntax to override) +// CS0221: Constant value `-1' cannot be converted to a `byte' (use `unchecked' syntax to override) // Line: 11 - -using System; -public class My3Attribute : Attribute -{ - public My3Attribute (byte b) {} -} - -[My3((byte)-1)] +using System; + +public class My3Attribute : Attribute +{ + public My3Attribute (byte b) {} +} + +[My3((byte)-1)] public class Test { } \ No newline at end of file