mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
439 B
Swift
8 lines
439 B
Swift
// {"kind":"typecheck","original":"c950cc2e","signature":"(anonymous namespace)::MultiConformanceChecker::checkAllConformances()","signatureAssert":"Assertion failed: (!type->hasTypeParameter() && \"no generic environment provided for type with type parameters\"), function mapTypeIntoEnvironment"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
struct a<b
|
|
protocol c {
|
|
associatedtype d
|
|
typealias d = a
|
|
struct e: c
|