mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
13d9d770fc
```
def func(arg: {})
p arg
end
```
This used to work in earlier mruby versions, but broke somewhere recently.