1
1
mirror of https://github.com/github/semantic.git synced 2025-01-09 00:56:32 +03:00
semantic/test/fixtures/javascript/while-statement.parseB.txt
2017-09-10 22:08:40 +01:00

10 lines
138 B
Plaintext

(Program
(While
(Identifier)
(
(ExpressionStatement
(Call
(Identifier)
(Empty)))))
(Empty))