aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/hack/as-foreach.hack
blob: d7a66875bcd73d89608a8cac7087be3fa96dc848 (plain) (blame)
1
2
3
4
5
6
foreach (($array as vec[]) as $item) {}
// ^ @repeat
//                   ^ @type

# Our expectation test for the code below intentionally includes an ERROR.
foreach ($array as vec[] as $item) {}