1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00
semantic/test/fixtures/go/switch-statements.parseB.txt
2017-11-29 17:55:52 -08:00

33 lines
577 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)))))))