This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / tests / gen-31-exe.cs
1 public class X
2 {
3         public static void Test (Bar<int,string> bar)
4         {
5                 bar.Hello ("Test");
6                 bar.Test (7, "Hello");
7         }
8
9         static void Main ()
10         { }
11 }