1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 05:58:34 +03:00
semantic/test/fixtures/javascript/while-statement.parseB.txt
2018-04-06 13:05:28 -04:00

10 lines
118 B
Plaintext

(Program
(While
(Paren
(Identifier))
(
(Call
(Identifier)
(Empty))))
(Empty))