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

test-812.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25bf3370b05250d825e898dc68c463ac7a6abeff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

[type:System.Obsolete ()]
enum Foo
{
}

namespace N
{
	class C
	{
		public static void Main ()
		{
		}
	};
};