class RBS::AST::Declarations::Constant

def initialize(name:, type:, location:, comment:, annotations: [])

def initialize(name:, type:, location:, comment:, annotations: [])
  @name = name
  @type = type
  @location = location
  @comment = comment
  @annotations = annotations || []
end