* TextBoxBase.cs: You can still change the selected text on a
[mono-project.git] / mcs / tests / test-323.cs
blob76f32c90674105de462b2df16bd630241914a8a0
1 class X {
2 enum A : byte {
3 x, y, z
5 const A foo = A.x | A.y;
7 static void Main () {}