tests: Add more invalid class tests to increase coverage
[vala-gnome.git] / tests / semantic / class-compact-derived-instance-field.test
blobb33e71eb9e4f1ffe282c72278276ad5089e9f5fd
1 Invalid Code
3 [Compact]
4 class Bar {
7 [Compact]
8 class Foo : Bar {
9         public int i;
12 void main () {