GenericParameter.cs: override Module properly
[mcs.git] / tests / gtest-405.cs
blob8a312ed719bbce72450d18d804f7ef3b72e4cdc7
1 using System.Collections.Generic;
2 using System;
4 public struct AllocationClassData<T>
6 static Comparison<AllocationClassData<T>> hh;
9 class C
11 public static void Main ()