GenericParameter.cs: override Module properly
[mcs.git] / tests / gtest-068.cs
blob22d032b0a6781306a3c7a2e257580b86192fb068
1 namespace Martin
3 public class Foo<T>
4 { }
7 namespace Baulig
9 using M = Martin;
11 class X
13 static void Main ()
15 M.Foo<int> foo;