1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00
semantic/test/fixtures/go/constructors.parseA.txt
2017-11-08 11:13:11 -08:00

34 lines
607 B
Plaintext

(Program
(Module
(Identifier))
(Function
(Empty)
(Identifier)
(
(Call
(Identifier)
(BiDirectionalChannel
(Identifier))
(Empty))
(Call
(Identifier)
(BiDirectionalChannel
(Identifier))
(Minus
(Identifier)
(Identifier))
(Empty))
(Call
(Identifier)
(BiDirectionalChannel
(Identifier))
(Integer)
(Integer)
(Empty))
(Call
(Identifier)
(Map
(Identifier)
(Identifier))
(Empty)))))