summaryrefslogtreecommitdiff
path: root/tests/semantic/foreach-missing-generic-type.test
blob: 8b5640ec00d2252b6976fc61ae46685fc0d47d6b (plain)
1
2
3
4
5
6
7
Invalid Code

void main () {
	GLib.List test;
	foreach (var t in test) {
	}
}