mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
635550cd83
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
4 lines
35 B
Swift
4 lines
35 B
Swift
public protocol P {
|
|
func foo()
|
|
}
|