tests: Add "gtktemplate" test to increase coverage
[vala-gnome.git] / tests / semantic / class-missing-implement-interface-method.test
blob1d20e84a7025daae439a81ea8fe3f7b2a48da40d
1 Invalid Code
3 interface Bar {
4         public abstract void bar ();
7 class Foo : Bar {
10 void main () {