eol
[mcs.git] / tests / gtest-192.cs
blob779fe94f72dad3e3fd7995ccd08391518dee7c76
1 //
2 // In the current Beta compiler (as of August 2005)
3 // the following produces a warning ("a" and "A") as opposed
4 // to an error
5 //
6 using System;
7 [assembly:CLSCompliant(true)]
8 [CLSCompliant(true)]
9 public enum X {
14 class xX {
15 static void Main () {}