1
1
mirror of https://github.com/github/semantic.git synced 2025-01-07 07:58:12 +03:00
semantic/test/fixtures/go/constructors.diff-A.txt

30 lines
566 B
Plaintext
Raw Normal View History

2017-02-28 19:30:04 +03:00
{-(Program
(Module
(Identifier))
(Function
(Identifier)
(Args)
2017-02-28 19:30:04 +03:00
(FunctionCall
(Identifier)
(ChannelTy
(Identifier)))
(FunctionCall
(Identifier)
(ChannelTy
(Identifier))
2017-08-03 18:00:20 +03:00
(ParenthesizedExpression
(RelationalOperator
(Identifier)
(Identifier))))
2017-02-28 19:30:04 +03:00
(FunctionCall
(Identifier)
(ChannelTy
(Identifier))
(NumberLiteral)
(NumberLiteral))
(FunctionCall
(Identifier)
(DictionaryTy
(Identifier)
(Identifier)))))-}