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

gtest-003.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40588783b275b32fc6e9c943707d78a0ce9ed02d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
class Stack<T> {
}

class Test {
}

class T {
	Stack<Test> a;

	public static void Main()
	{
	}
}