nvim-treesitter/tests/query/highlights/hack/as-foreach.hack

7 lines
196 B
Text
Raw Normal View History

foreach (($array as vec[]) as $item) {}
2023-12-24 12:52:21 +01:00
// ^ @repeat
// ^ @type
# Our expectation test for the code below intentionally includes an ERROR.
foreach ($array as vec[] as $item) {}