2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs3003-6.cs
blob12f97f405bf3c1bf3601b4614682668bb57aba15
1 // CS3003: Type of `I.Foo' is not CLS-compliant
2 // Line: 9
4 using System;
5 [assembly:CLSCompliant (true)]
7 [CLSCompliant (true)]
8 public interface I {
9 uint Foo { set; }