[tuner] handle the case with multiple "preserve" attributes
[mono-project.git] / mcs / tests / gtest-004.cs
blob3cd09cb0adbbc874653d6e8b1e90c1178fbe4b29
1 class Stack<T> {
4 class Test {
7 class T {
8 public void Foo (Stack<Test> a)
9 { }
11 public static void Main()