class SyntaxTree::YARV::GetBlockParam

def disasm(fmt)

def disasm(fmt)
  fmt.instruction("getblockparam", [fmt.local(index, explicit: level)])
end