1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 22:01:46 +03:00
semantic/test/fixtures/go/struct-field-declarations.diff-B.txt

16 lines
310 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
(Other "type_declaration"
(TypeDecl
(Identifier)
(StructTy
(FieldDecl
(Other "identifier_list"
(Identifier)
(Identifier))
(Identifier)))))))-}