Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-489.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f36b80aec3050d850bd8742f260b3094e4e1690 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Compiler options: -r:FULL=System.dll

extern alias FULL;
using System;
using NameValueCollection =
FULL::System.Collections.Specialized.NameValueCollection;

public class test
{
	static void Main () { }
}