1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00
semantic/test/fixtures/go/method-declarations.diff+B.txt

16 lines
250 B
Plaintext
Raw Normal View History

2017-02-28 19:30:04 +03:00
{+(Program
(Module
(Identifier))
(Function
(Identifier))
(Method
(Identifier)
(Args
(ParameterDecl
(Identifier)
(Identifier)))
(Identifier)
(ParameterDecl
(Identifier)
(Identifier))))+}