**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs3002-7.cs
blobc685152efe5f93ff1de73b2c53d4a3e14acd4bfc
1 // cs3002-7.cs: Return type of 'I.Error' is not CLS-compliant
2 // Line: 8
4 using System;
5 [assembly:CLSCompliant(true)]
7 public interface I {
8 UIntPtr Error { get; }