mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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"