* TextBoxBase.cs: You can still change the selected text on a
[mono-project.git] / mcs / tests / test-532.cs
blobf3996c0f3128cec2cd7c7f98b4088d7a2f3f933a
1 class X {
2 int[] v1 = { 1, 2 }, v2 = { 2, 3};
4 public static void Main ()