GenericParameter.cs: override Module properly
[mcs.git] / tests / test-489.cs
blob1f36b80aec3050d850bd8742f260b3094e4e1690
1 // Compiler options: -r:FULL=System.dll
3 extern alias FULL;
4 using System;
5 using NameValueCollection =
6 FULL::System.Collections.Specialized.NameValueCollection;
8 public class test
10 static void Main () { }