1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00
semantic/test/fixtures/ruby/rescue.parseA.txt
2017-07-07 10:04:49 -07:00

27 lines
438 B
Plaintext

(Program
(Begin
(Identifier)
(Rescue
(Constant)
(Rescue
(Constant)
(Constant)
(RescuedException
(Identifier))
(Identifier)))
(Else
(Identifier))
(Ensure
(Identifier)))
(Method
(Identifier)
(Rescue
(Constant)
(Rescue
(Constant)
(Constant)
(RescuedException
(Identifier))))
(Else)
(Ensure)))