GenericParameter.cs: override Module properly
[mcs.git] / tests / test-700.cs
blob1006bdd47e4737f6e78ff418fda5377f5259bb76
1 using System;
3 class FooAttribute : Attribute
6 public FooAttribute (string f)
11 [Foo (Bar)]
12 class Test
15 const string Bar = "Bar";
18 class Program
21 static void Main ()