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

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

class X
{
	Stack<float> stack;
}