1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00
semantic/test/fixtures/python/conditional-expression.parseA.txt
2018-03-08 07:57:18 -08:00

14 lines
193 B
Plaintext

(Program
(If
(Identifier)
(Call
(Identifier)
(Empty))
(Identifier))
(Assignment
(Identifier)
(If
(Identifier)
(Identifier)
(Identifier))))