class Steep::AST::Annotation::Named

def initialize(name:, type:, location: nil)

def initialize(name:, type:, location: nil)
  @name = name
  @type = type
  @location = location
end