2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-289.cs
blob6786c0e89a8e29cf4d24671731c830ea2f8fa599
1 using System;
3 public class Test
5 public static void Main () {}
7 public string Value { set { } }
8 public void set_Value () { return; }
10 void set_Item (int a, int b, bool c) {}
11 int this[int i] { set {} }
12 bool this [bool i] { get { return false; } }