2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-031.cs
blobb5acef437a40be41929058c49a73785172f245db
1 // Compiler options: -r:gtest-031-lib.dll
3 public class X
5 public static void Test (Bar<int,string> bar)
7 bar.Hello ("Test");
8 bar.Test (7, "Hello");
11 static void Main ()
12 { }