1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/test/fixtures/go/grouped-import-declarations.parseB.txt
2018-03-06 16:11:32 -08:00

19 lines
280 B
Plaintext

(Program
(Module
(Identifier))
(
(QualifiedImport
(TextElement)
(Identifier))
(WildcardImport
(TextElement)
(Empty))
(QualifiedImport
(TextElement)
(Identifier)))
(Function
(Empty)
(Identifier)
([])
([])))