Files
swift-mirror/validation-test/compiler_crashers/MultiConformanceChecker-checkAllConformances-f795c2.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