[tuner] handle the case with multiple "preserve" attributes
[mono-project.git] / mcs / tests / gtest-604.cs
blob7b142a6c96aa07fd2228bdeec42f453d127998db
1 class A<T>
3 public interface IB { }
6 class E : A<int>.IB, A<string>.IB
8 public static void Main ()
10 new E ();