1
1
mirror of https://github.com/github/semantic.git synced 2025-01-06 06:46:07 +03:00
semantic/test/fixtures/ruby/rescue.parseA.txt

51 lines
798 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))))
(Else
(Empty)
(
(Identifier)))
(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))))