2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3003-2.cs
blobcd3c773f69ea27141d0e7e9a83869763dcda5bb4
1 // CS3003: Type of `CLSClass.Index' is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror -warn:1
5 using System;
6 [assembly:CLSCompliant(true)]
8 public class CLSClass {
9 public ulong Index {
10 set