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