class Unparser::Emitter::Args

def emit_shadowargs

def emit_shadowargs
  return if shadowargs.empty?
  write('; ')
  delimited(shadowargs)
end