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

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

class Test
{
}

class X
{
	public static void Main()
	{
	}
}