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

gtest-059.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20863fb1a8ea127e2c5059c1943864eff7b9ff0e (plain)
1
2
3
4
5
6
7
8
9
namespace N {
	interface A <T> {
	}
}
class X <T> : N.A <T> {
}
class Foo {
	public static void Main () {}
}