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

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