2005-06-29 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / errors / cs3008-5.cs
blob85f6f002d4b69d6de89ced4a57bb7b2ff2e50d71
1 // cs3008-5.cs: Identifier `I._()' is not CLS-compliant
2 // Line: 8
4 using System;
5 [assembly:CLSCompliant(true)]
7 public interface I {
8 void _();