1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00
semantic/test/fixtures/ruby/method-declaration-param-default.diffA-B.txt
2017-09-09 23:41:12 +01:00

9 lines
140 B
Plaintext

(Program
(Method
(Identifier)
{ (Params)
->(Params
{+(OptionalParameter
{+(Identifier)+}
{+(Identifier)+})+}) }))