1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00
semantic/test/fixtures/javascript/while-statement.diffB-A.txt
2017-09-10 22:08:40 +01:00

12 lines
182 B
Plaintext

(Program
(While
{ (Identifier)
->(Identifier) }
(
(ExpressionStatement
(Call
{ (Identifier)
->(Identifier) }
(Empty)))))
(Empty))