2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3008-5.cs
blob503c96d488a5f5986903c5d31a55c75667ec13d8
1 // CS3008: Identifier `I._()' is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror -warn:1
5 using System;
6 [assembly:CLSCompliant(true)]
8 public interface I {
9 void _();