1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-26 14:10:06 +08:00
SpaceVim/bundle/nvim-treesitter/tests/query/highlights/hack/as-foreach.hack
2022-04-14 12:01:23 +08:00

7 lines
194 B
Plaintext
Vendored

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