1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
semantic/test/fixtures/ruby/rescue.parseA.txt

30 lines
492 B
Plaintext
Raw Normal View History

2017-02-23 01:36:22 +03:00
(Program
(Begin
(Identifier)
(Rescue
2017-07-07 20:04:49 +03:00
(Constant)
(Rescue
(Constant)
(Constant)
(RescuedException
(Identifier))
(Identifier)))
(Else
(Identifier))
(Ensure
(Identifier)))
(Method
(Identifier)
(Rescue
(Constant)
(Rescue
(Constant)
(Constant)
(RescuedException
(Identifier))))
(Else)
2017-07-10 18:32:22 +03:00
(Ensure))
(Modifier Rescue
(Identifier)
(Identifier)))