[tuner] handle the case with multiple "preserve" attributes
[mono-project.git] / mcs / tests / test-489.cs
blob866410dc165e17d63e7a369b74c5b2f0f3a0387f
1 // Compiler options: -r:FULL=System.dll
3 extern alias FULL;
4 using System;
5 using NameValueCollection =
6 FULL::System.Collections.Specialized.NameValueCollection;
8 public class test
10 public static void Main () { }