difftastic/vendored_parsers/tree-sitter-hack/test/cases/statements/try.exp

24 lines
581 B
Plaintext

(script
(try_statement
body: (compound_statement)
(catch_clause
type: (type_specifier
(qualified_identifier
(identifier)))
name: (variable)
body: (compound_statement)))
(try_statement
body: (compound_statement)
(catch_clause
type: (type_specifier
(qualified_identifier
(identifier)))
name: (variable)
body: (compound_statement))
(catch_clause
type: (type_specifier
(qualified_identifier
(identifier)))
name: (variable)
body: (compound_statement))))