tests: Add "gtktemplate" test to increase coverage
[vala-gnome.git] / tests / semantic / field-compact-static.test
blob353221b8a88e01e0ef8a324f688523b458e3c045
1 Invalid Code
3 [Compact]
4 class Foo {
5         public static string field = get_foo ();
8 string get_foo () {
9         return "foo";
12 void main () {