class Steep::AST::Annotation::Typed

def initialize(type:, location: nil)

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