2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3002-10.cs
blob7d5e98dd148adfbfc9f479a5d4cd32b696adb12d
1 // CS3002: Return type of `I.Error()' is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror -warn:1
5 [assembly:System.CLSCompliant(true)]
7 public interface I
9 ulong Error();