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

gtest-002.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c0ff2fdfe56ee93d150f85cfe397a4455a440c8 (plain)
1
2
3
4
5
6
7
8
9
10
class Cell <X> {
	X value;

}

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