[tuner] handle the case with multiple "preserve" attributes
[mono-project.git] / mcs / tests / test-435.cs
blob836eb62129f04e02237908ffca4ea32b1dcf7889
1 using foo = System.Collections;
3 class X : foo::IEnumerable {
4 System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator () { return null; }
5 public static void Main ()
7 System.Collections.IEnumerable x = new X ();