# File lib/ruby_parser/bm_sexp.rb, line 433
  def lhs= exp
    expect(*ASSIGNMENT_BOOL)
    @my_hash_value = nil
    self[1] = exp
  end