difftastic/vendored_parsers/tree-sitter-hack/test/cases/statements/binary-foreach.exp

9 lines
185 B
Plaintext

(script
(foreach_statement
collection: (binary_expression
left: (variable)
right: (array
(array_type)))
value: (variable)
body: (compound_statement)))