summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-10-03 07:52:31 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2019-10-03 07:52:31 +0900
commit47cdda370e55debe40d72c21fa520e32a3d00ac2 (patch)
tree9b39f4d177629e6d370f8a983a9f30f60cf1287d /tasks
parent306f02117b81620568548172bfc8ec85e1c653a2 (diff)
downloadmruby-47cdda370e55debe40d72c21fa520e32a3d00ac2.tar.gz
mruby-47cdda370e55debe40d72c21fa520e32a3d00ac2.zip
Need to reorder local variables defined in `opt`; fix #4746
For example, local variables in the following def: ```ruby def foo(a = (not_set = true), &block) ... end ``` should be `a, block, not_set`, but were `a, not_set, block`.
Diffstat (limited to 'tasks')
0 files changed, 0 insertions, 0 deletions