2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3005-8.cs
blob13be787b389bc3691865f33c834e35d5f53422fa
1 // CS3005: Identifier `II.foo' differing only in case is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror
5 using System;
6 [assembly:CLSCompliant(true)]
8 public interface II {
9 int Foo();
10 int foo { get; }