mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
4 lines
345 B
Swift
4 lines
345 B
Swift
// {"kind":"typecheck","signature":"swift::constraints::ConstraintSystem::recordArgumentList(swift::constraints::ConstraintLocator*, swift::ArgumentList*)","signatureAssert":"Assertion failed: (inserted), function recordArgumentList"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
protocol b let b = { (a : b)in switch a { case .c(d(
|