2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3005-7.cs
blob7c8ec0b46ca1179fcbd3a26318b99bfa40013158
1 // cs3005-7.cs: Identifier `CLSClass.this[int].set' differing only in case is not CLS-compliant
2 // Line: 8
3 // Compiler options: -warnaserror
5 [assembly:System.CLSCompliant(true)]
7 public class CLSClass {
8 protected int SET_item;
9 public int this[int index] { set {} }