1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 10:15:41 +08:00

7 lines
194 B
Plaintext
Raw Normal View History

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) {}