* ecore.cs (Expression.Error_ValueCannotBeConverted): Add special
[mono.git] / mcs / errors / cs3002-10.cs
1 // cs3002-10.cs: Return type of `I.Error()' is not CLS-compliant
2 // Line: 8
3
4 [assembly:System.CLSCompliant(true)]
5
6 public interface I 
7 {
8        ulong Error();
9 }