Update mcs/class/System.Core/System/TimeZoneInfo.cs
[mono.git] / mcs / tests / test-489.cs
1 // Compiler options: -r:FULL=System.dll
2
3 extern alias FULL;
4 using System;
5 using NameValueCollection =
6 FULL::System.Collections.Specialized.NameValueCollection;
7
8 public class test
9 {
10         static void Main () { }
11 }