mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
While the intent behind this functor was noble, it has grown in complexity considerably over the years, and it seems to be nothing but a source of crashes in practice. I don't want to deal with it anymore, so I've decided to just subsume all usages with LookUpConformanceInModule instead.
4 lines
298 B
Swift
4 lines
298 B
Swift
// {"signature":"swift::AvailabilityContext::Storage::get(swift::AvailabilityRange const&, bool, llvm::ArrayRef<swift::AvailabilityContext::DomainInfo>, swift::ASTContext const&)"}
|
|
// RUN: not %target-swift-frontend -typecheck %s
|
|
protocol a extension a where b == Self{c : } typealias b : Sequence
|