mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
Hit this crash while walking an `import protocol ...` declaration. Check loc validity before calling `SourceManager::extractText`: there is an assertion at the beginning of this function. rdar://65258208