class RBS::Types::Literal

def initialize(literal:, location:)

def initialize(literal:, location:)
  @literal = literal
  @location = location
end