1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 18:10:05 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/query/highlights/hack/as-foreach.hack

7 lines
194 B
Plaintext

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