* Control.cs: fix the checks so that they work correctly for mdi
[mcs.git] / errors / cs3008-6.cs
blob08a182556a47ae90a0ff9c15a32e57747dcb6c70
1 // cs3008-6.cs: Identifier `C._()' is not CLS-compliant
2 // Line: 8
4 using System;
5 [assembly:CLSCompliant(true)]
7 public class C {
8 public void _() {}