GenericParameter.cs: override Module properly
[mcs.git] / tests / test-743-lib.cs
blob5451849dd06a894d82e101a4a7234a2c58ccfd81
1 // Compiler options: -t:library
3 public class A
5 public int Prop {
6 get {
7 return 1;
9 private set { }
12 protected internal string this [int i] {
13 private get {
14 return null;
16 set { }