1 // Compiler options: -r:gtest-371-lib.dll
3 // Important test: Type inference
9 Test
<float,int> test
= new Test
<float,int> ();
10 test
.Foo ("Hello World");
11 test
.Foo (new long[] { 3, 4, 5 }
, 9L);
12 test
.Hello (3.14F
, 9, test
);
13 test
.ArrayMethod (3.14F
, (float) 9 / 3);