class SyntaxTree::MLHS

def accept(visitor)

def accept(visitor)
  visitor.visit_mlhs(self)
end