class Opal::Nodes::IterNode

def has_top_level_mlhs_arg?

def has_top_level_mlhs_arg?
  original_args.children.any? { |arg| arg.type == :mlhs }
end