fix call site and now seperated assignment (was bunged as operator)
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
puts( 5)
|
||||
-- -- --
|
||||
s(:expressions,
|
||||
s(:call,
|
||||
s(:name, :puts),
|
||||
s(:arguments,
|
||||
s(:int, 5))))
|
||||
s(:call,
|
||||
s(:name, :puts),
|
||||
s(:arguments,
|
||||
s(:int, 5)))
|
||||
|
Reference in New Issue
Block a user