1
1
mirror of https://github.com/github/semantic.git synced 2024-12-03 00:16:52 +03:00
semantic/test/fixtures/go/corpus/switch-statements.parseB.txt
2018-04-18 13:33:17 -07:00

35 lines
620 B
Plaintext

(Program
(Package
(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)))))))