GenericParameter.cs: override Module properly
[mcs.git] / tests / test-443.cs
blobf3e78546abb6bb0dcdfb87be0e251a1a55302e74
1 // Compiler options: -r:test-443-lib.dll
3 using Test;
5 class C {
6 public C (ITopic it) {
7 string i = it.get_Title (2, 3);
8 it.set_Title (1, 2, false, "bb");
11 public static void Main () {}