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

class Foo : Object {
	public int bar {}
}

void main () {
	new Foo ();
}