tests: Add invalid "base" tests to increase coverage
[vala-gnome.git] / tests / chainup / base-enum-invalid.test
blob29f98361bd13f9ba8116d1f7371f59c701dca219
1 Invalid Code
3 enum Foo {
4         BAR;
5         public void bar () {
6                 base ();
7         }
10 void main () {