summaryrefslogtreecommitdiff
path: root/tests/semantic/class-compact-derived-instance-field.test
blob: b33e71eb9e4f1ffe282c72278276ad5089e9f5fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Invalid Code

[Compact]
class Bar {
}

[Compact]
class Foo : Bar {
	public int i;
}

void main () {
}