spacevim/bundle/nvim-treesitter-0.9.1/tests/query/highlights/hack/as-foreach.hack

7 lines
194 B
Plaintext
Raw Normal View History

2024-08-21 14:17:26 +08:00
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) {}