1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 23:11:50 +03:00
semantic/test/fixtures/ruby/rescue.parseA.txt

48 lines
757 B
Plaintext
Raw Normal View History

2017-02-23 01:36:22 +03:00
(Program
2017-08-24 23:34:25 +03:00
(Try
(
(Identifier)
(Catch
(
(
(Identifier)))
(Catch
(
(
(Identifier)
(Identifier))
(
(Identifier)))
(Identifier)))
2017-08-24 23:34:25 +03:00
(Else
(Empty)
(Identifier))
2017-08-24 23:34:25 +03:00
(Finally
(Identifier))))
2017-07-07 20:04:49 +03:00
(Method
2017-08-24 23:34:25 +03:00
(Empty)
2017-07-07 20:04:49 +03:00
(Identifier)
2017-08-24 23:34:25 +03:00
(
(Catch
(
(
(Identifier)))
(Catch
(
(
(Identifier)
(Identifier))
(
(Identifier)))
([])))
(Else
(Empty)
([]))
(Finally
([]))))
(Try
2017-07-10 18:32:22 +03:00
(Identifier)
2017-08-24 23:34:25 +03:00
(Catch
(Null)
(Empty))))