fix call site and now seperated assignment (was bunged as operator)
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
my_my.foo(42)
|
||||
-- -- --
|
||||
s(:expressions,
|
||||
s(:call,
|
||||
s(:name, :foo),
|
||||
s(:arguments,
|
||||
s(:int, 42)),
|
||||
s(:receiver,
|
||||
s(:name, :my_my))))
|
||||
s(:call,
|
||||
s(:name, :foo),
|
||||
s(:arguments,
|
||||
s(:int, 42)),
|
||||
s(:receiver,
|
||||
s(:name, :my_my)))
|
||||
|
Reference in New Issue
Block a user