X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3003-6.cs;h=9c2c20080cde846f66b6102a7bd090fbc7281452;hb=68d21bf778f6f94c203df039ab529ce2d20bb837;hp=12f97f405bf3c1bf3601b4614682668bb57aba15;hpb=b517ef5dbc6b887fb8fe26c364a0d1841ca9dfe3;p=mono.git diff --git a/mcs/errors/cs3003-6.cs b/mcs/errors/cs3003-6.cs index 12f97f405bf..9c2c20080cd 100644 --- a/mcs/errors/cs3003-6.cs +++ b/mcs/errors/cs3003-6.cs @@ -1,11 +1,12 @@ -// CS3003: Type of `I.Foo' is not CLS-compliant -// Line: 9 - -using System; -[assembly:CLSCompliant (true)] - -[CLSCompliant (true)] -public interface I { - uint Foo { set; } -} - +// CS3003: Type of `I.Foo' is not CLS-compliant +// Line: 10 +// Compiler options: -warnaserror -warn:1 + +using System; +[assembly:CLSCompliant (true)] + +[CLSCompliant (true)] +public interface I { + uint Foo { set; } +} +