repo.or.cz
/
vala-gnome.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: Add "gtktemplate" test to increase coverage
[vala-gnome.git]
/
tests
/
semantic
/
foreach-missing-iterator.test
blob
66e67a04551aef18f08f6cafe7cd13a3ce2f14b7
1
Invalid Code
2
3
public class Test<G> {
4
}
5
6
void main () {
7
Test<string?> test = null;
8
foreach (var t in test) {
9
}
10
}