summaryrefslogtreecommitdiff
path: root/tests/objects/bug773956-2.test
blob: a0457afe7aa6ac07bd203b7badf7aec2e208c8bb (plain)
1
2
3
4
5
6
7
8
9
10
Invalid Code

class Foo : Object {
	private int bar {}
}

void main () {
	new Foo ();
}