1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00
semantic/test/fixtures/go/single-import-declarations.parseA.txt
2017-11-29 17:55:52 -08:00

18 lines
222 B
Plaintext

(Program
(Module
(Identifier))
(Import
(TextElement))
(Import
(TextElement))
(Import
(
(Identifier)
(TextElement)))
(Function
(Empty)
(
(Identifier))
([])
([])))