[prototype runtime] Generate block argument with `yield` by RubyVM::AST.of by pocke · Pull Request #799 · ruby/rbs
Previously prototype runtime doesn't generate block argument for def f() yield end because the argument list doesn't have &block argument. It will generate a block argument with this ch...