Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gtest-166.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 693ebe8ea208671c06aa24065265d534292d131a (plain)
1
2
3
4
5
6
7
8
9
10
11
// Compiler options: -r:gtest-166-lib.dll

using System;

public class Foo
{
	public static void Main () 
	{
		Comparison<TestClass.A<TestClass.Nested>> b = TestClass.B.Compare;
	}
}