* MonthCalendar.cs:
[mono-project.git] / mcs / tests / gen-4.cs
blob238c461246d907514a84f75358e1ef60797d8538
1 class Stack<T> {
4 class Test {
7 class T {
8 public void Foo (Stack<Test> a)
9 { }
11 static void Main()