summaryrefslogtreecommitdiff
path: root/tests/objects/bug564090.test
blob: 6e62a4a6f056ae5d664067981f557e107375d9d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Invalid Code

[Compact]
class Foo {
	class int x = 1;

	class construct {
		x = 2;
	}
}

void main () {
}