// cs3008.cs: Identifier 'I._()' is not CLS-compliant // Line: 8 using System; [assembly:CLSCompliant(true)] public interface I { void _(); }