GenericParameter.cs: override Module properly
[mcs.git] / tests / test-667.cs
blobdd498cb98262eed7a470f16d64a03ff9d807e5bd
1 interface IA
3 void M ();
6 class CA : IA
8 void IA.M ()
13 class CC : CA, IA
15 public static void Main ()