GenericParameter.cs: override Module properly
[mcs.git] / tests / test-477.cs
blob8d2b87e8cd35539e3c72a0297818bad011da086d
1 // Compiler options: -warnaserror
3 class C
5 [System.Diagnostics.Conditional("DEBUG")]
6 public void Test (ref int i) {}
8 public static void Main () {}