1
1
mirror of https://github.com/github/semantic.git synced 2025-01-06 23:46:21 +03:00
semantic/test/fixtures/ruby/rescue.parseA.txt
2018-04-16 16:19:23 +10:00

55 lines
884 B
Plaintext

(Program
(Try
(
(Send
(Identifier))
(Catch
(
(
(Identifier)))
(Catch
(
(
(Identifier)
(Identifier))
(
(Send
(Identifier))))
(Send
(Identifier))))
(Else
(Empty)
(Send
(Identifier)))
(Finally
(Send
(Identifier)))))
(Method
(Empty)
(Identifier)
(
(Catch
(
(
(Identifier)))
(Catch
(
(
(Identifier)
(Identifier))
(
(Send
(Identifier))))
([])))
(Else
(Empty)
([]))
(Finally
([]))))
(Try
(Send
(Identifier))
(Catch
(Null)
(Empty))))