1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00
semantic/test/fixtures/javascript/corpus/try-statement.parseA.txt
2018-05-29 14:25:31 -07:00

13 lines
184 B
Plaintext

(Program
(Try
(Statements
(Identifier))
(Catch
(Empty)
(Statements
(Identifier)))
(Finally
(Statements
(Identifier))))
(Empty))