tests: Add "gtktemplate" test to increase coverage
[vala-gnome.git] / tests / semantic / foreach-missing-iterator.test
blob66e67a04551aef18f08f6cafe7cd13a3ce2f14b7
1 Invalid Code
3 public class Test<G> {
6 void main () {
7         Test<string?> test = null;
8         foreach (var t in test) {
9         }