class SyntaxTree::YARV::InvokeSuper

def to_a(_iseq)

def to_a(_iseq)
  [:invokesuper, calldata.to_h, block_iseq&.to_a]
end