mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
274 B
Swift
9 lines
274 B
Swift
// {"signature":"swift::GenericSignatureImpl::lookupNestedType(swift::Type, swift::Identifier) const"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
a.b
|
|
protocol c where a.d == Self
|
|
protocol a {
|
|
associatedtype e : c
|
|
typealias b
|
|
typealias d = Self.f
|