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

gcs0246-3.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 983f923cbc54b437d3c12a018b8ceecb6decb316 (plain)
1
2
3
4
5
6
7
class Stack<T>
{ }

class X
{
	Stack stack;
}