1
1
mirror of https://github.com/github/semantic.git synced 2025-01-07 07:58:12 +03:00
semantic/test/fixtures/javascript/corpus/arrow-function.parseA.txt
2020-01-24 10:17:34 -08:00

16 lines
409 B
Plaintext

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