mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
396 B
Swift
6 lines
396 B
Swift
// {"kind":"typecheck","original":"a01bf256","signature":"swift::constraints::ConstraintSystem::applySolution(swift::constraints::Solution&, swift::constraints::SyntacticElementTarget)","signatureAssert":"Assertion failed: (isValidType(type) && \"type binding has invalid type\"), function applySolution"}
|
|
// RUN: not %target-swift-frontend -typecheck %s
|
|
enum b: Codable {
|
|
case a(_ = encode)
|
|
}
|