X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3003-6.cs;h=9c2c20080cde846f66b6102a7bd090fbc7281452;hb=095e791273a2020c4199575d1b6fee9a2b73e3cf;hp=12f97f405bf3c1bf3601b4614682668bb57aba15;hpb=c4a3b30460c7ea1a1fb3c97cfc8478555714af2f;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; } +} +