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
Release 0.41.92
[vala-gnome.git]
/
tests
/
semantic
/
foreach-iterator-wrong-types.test
blob
eb43741726a8231dd3b0ac8fce8320584f801ae0
1
Invalid Code
2
3
void main () {
4
var test = new GLib.List<int> ();
5
foreach (string t in test) {
6
}
7
}