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

bug9.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0c436a1ad02e804d9b8f18de9d30fbb48cab50a (plain)
1
2
3
4
5
6
7
enum A {
a, b
}

class X {
	const A a = A.a;
}