summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1031-4.cs
blob: b30be99aeccf821cd26c0479b733e494389c28e4 (plain)
1
2
3
4
5
6
7
// CS1031: Type expected
// Line: 4

enum E : this
{
	a = 1
}