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