1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 11:02:26 +03:00
semantic/test/fixtures/python/try-statement.parseB.txt
2018-01-19 07:51:01 -08:00

28 lines
405 B
Plaintext

(Program
(Try
(Identifier)
(Finally
(Identifier)))
(Try
(Identifier)
(Catch
(
(Identifier)
(Identifier))
([]))
(Catch
(Let
(Identifier)
(Identifier)
(Empty))
(Identifier))
(Catch
(
(Identifier)
(Identifier)
(Identifier))
([]))
(Catch
(Identifier)
([]))))