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

gtest-058.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63a213bb9ad37824ddd813f2a905b48874b8b6a7 (plain)
1
2
3
4
5
6
7
8
class Foo {
	static void Main () {}
}

class Foo <T> {
	static Foo <T> x;
	static Foo <T> Blah { get { return x; } }
}