summaryrefslogtreecommitdiff
path: root/tests/control-flow/gptrarray-foreach-variable.test
blob: 3cef848059dbd2bc74732eb8987f777c40699d7b (plain)
1
2
3
4
5
6
7
Invalid Code

void main () {
	var array = new GenericArray<string> ();
	foreach (int element in array) {
	}
}