summaryrefslogtreecommitdiff
path: root/tests/semantic/creation-method-enum.test
blob: 9911ee255af9bfcc53c0b0012dc599d6050e331c (plain)
1
2
3
4
5
6
7
8
9
10
Invalid Code

enum Foo {
	BAR;
	public Foo () {
	}
}

void main () {
}