1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 05:11:44 +03:00
semantic/test/fixtures/javascript/while-statement.diffA-B.txt
2017-09-10 22:08:40 +01:00

12 lines
182 B
Plaintext

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