X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0037-6.cs;h=6e550a45cbf1c144612b0dd32b43eec47cd78c66;hb=15c0640201fee8407c4a945077e4bc41446bcac7;hp=4563ed13adf267a19d31c70a8238f1225ecb52f8;hpb=5d9434fcb3acc1ed7d3d30603faae797d672fe65;p=mono.git diff --git a/mcs/errors/cs0037-6.cs b/mcs/errors/cs0037-6.cs index 4563ed13adf..6e550a45cbf 100644 --- a/mcs/errors/cs0037-6.cs +++ b/mcs/errors/cs0037-6.cs @@ -1,15 +1,15 @@ -// cs0037.cs: Cannot convert null to `bool' because it is a value type -// Line: 13 +// CS0037: Cannot convert null to `bool' because it is a value type +// Line: 13 -using System; - -public sealed class BoundAttribute : System.Attribute -{ - public bool Dec { set { } get { return false; } } -} - -class C -{ - [Bound (Dec = null)] - double d2; +using System; + +public sealed class BoundAttribute : System.Attribute +{ + public bool Dec { set { } get { return false; } } +} + +class C +{ + [Bound (Dec = null)] + double d2; } \ No newline at end of file