class Prism::LocalVariableTargetNode

def initialize(name, depth, location)

def initialize: (Symbol name, Integer depth, Location location) -> void
def initialize(name, depth, location)
  @newline = false
  @name = name
  @depth = depth
  @location = location
end