1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00
semantic/test/fixtures/go/select-statements.parseB.txt

42 lines
854 B
Plaintext

(Program
(Module
(Identifier))
(Function
(Empty)
(Identifier)
(Select
(
(Communication
(Receive
(Identifier)
(Identifier))
(Call
(Identifier)
(Identifier)
(Empty)))
(Communication
(Send
(Identifier)
(Identifier))
(Call
(Identifier)
(Integer)
(Empty)))
(Communication
(Receive
(Empty)
(Call
(MemberAccess
(Identifier)
(Identifier))
(Integer)
(Empty)))
(Call
(Identifier)
(Integer)
(Empty)))
(Communication
(DefaultCommunication)
(Return
(Empty)))))))