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

30 lines
534 B
Plaintext

(Program
(Module
(Identifier))
(Function
(Empty)
(Identifier)
(Match
(Pattern
(LessThan
(Identifier)
(Identifier))
(Call
(Identifier)
(Empty)))
(
(Pattern
(LessThan
(Identifier)
(Identifier))
(Call
(Identifier)
(Empty)))
(Pattern
(Equal
(Identifier)
(Integer))
(Call
(Identifier)
(Empty)))))))