remove unused using
[mcs.git] / tests / gtest-228.cs
blob89d8f216a556d234b55414e1515169324c1bae2e
1 using System;
3 [AttributeUsage(AttributeTargets.GenericParameter)]
4 class GenParAttribute : Attribute
8 class cons <[GenPar] A, [GenPar] B>
10 public void abc <[GenPar] M> ()
15 class Test
17 public static void Main ()