In ilasm/tests:
[mcs.git] / errors / cs3002-10.cs
blobe8361522c107b37a18448978119312e54559cf8a
1 // cs3002-10.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();