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

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

public class C : A<B<C>, C>
{
	public static void Main ()
	{
	}
}