mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
7 lines
238 B
Swift
7 lines
238 B
Swift
// {"signature":"swift::ExistentialArchetypeType::get(swift::CanType)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
protocol a where b == Self
|
|
protocol c : a where Self
|
|
: CustomStringConvertible
|
|
var d e c.description
|