# File lib/type_checker.rb, line 858
  def process_self(exp)
    return t(:self, Type.unknown)
  end