1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +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))