# File lib/yard/i18n/message.rb, line 23
      def initialize(id)
        @id = id
        @locations = Set.new
        @comments = Set.new
      end