# File lib/ruby_parser/bm_sexp.rb, line 136
  def target
    expect :call, :attrasgn, :safe_call, :safe_attrasgn
    self[1]
  end