mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
277 B
Swift
8 lines
277 B
Swift
// {"kind":"typecheck","signature":"swift::GenericSignatureImpl::getReducedTypeParameter(swift::CanType) const"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
protocol a {
|
|
protocol a{associatedtype b} extension a {
|
|
extension a {
|
|
struct c {
|
|
d : b
|