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 invalid "foreach" tests to increase coverage
[vala-gnome.git]
/
tests
/
semantic
/
foreach-missing-generic-type.test
blob
8b5640ec00d2252b6976fc61ae46685fc0d47d6b
1
Invalid Code
2
3
void main () {
4
GLib.List test;
5
foreach (var t in test) {
6
}
7
}