tests: Add "gtktemplate" test to increase coverage
[vala-gnome.git] / tests / semantic / property-abstract.test
blob41fc955c0b7527e8b39bd2c14f2ec5bad7f4907f
1 Invalid Code
3 class Bar {
4         public abstract string foo { get; }
7 void main () {