1 // cs3005-18.cs: Identifier `B.TEST()' differing only in case is not CLS-compliant
3 // Compiler options: -warnaserror
7 [assembly
: CLSCompliantAttribute (true)]
11 [CLSCompliant (false)]
12 public void Test () {}
14 public void test () {}
19 public void TEST () {}