**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs3002-10.cs
blobdaea488fea8686add7ca2b19df6724485705a90a
1 // cs3002.cs: Return type of 'I.Error()' is not CLS-compliant
2 // Line: 8
4 [assembly:System.CLSCompliant(true)]
6 public interface I
8 ulong Error();