1
1
mirror of https://github.com/github/semantic.git synced 2025-01-08 08:30:27 +03:00
semantic/test/fixtures/javascript/corpus/arrow-function.parseA.txt

16 lines
409 B
Plaintext
Raw Normal View History

(Program
(Statement
(ExpressionStatement
(Expression
(ArrowFunction
(StatementBlock
(Statement
(ReturnStatement
(Expression
(Identifier "h")))))
(FormalParameters
(RequiredParameter
(Identifier "f"))
(RequiredParameter
(Identifier "g"))))))))