diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-10-03 07:52:31 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-10-03 07:52:31 +0900 |
| commit | 47cdda370e55debe40d72c21fa520e32a3d00ac2 (patch) | |
| tree | 9b39f4d177629e6d370f8a983a9f30f60cf1287d /src/class.c | |
| parent | 306f02117b81620568548172bfc8ec85e1c653a2 (diff) | |
| download | mruby-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 'src/class.c')
0 files changed, 0 insertions, 0 deletions
