2009-05-13 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3005-8.cs
blob49d8977e60137c8f4bca148e715f02e293f3def7
1 // cs3005-8.cs: 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; }