mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
https://bugs.swift.org/browse/SR-6926 This happens when the Parser re-lexing comment tokens that sets ArtificialEOF at the end of comment range. It used to cause an assertion failure: (!value || Kind == tok::identifier) && "only identifiers can be escaped identifiers"