mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The signatures have changed here either due to code changes in the repo or due to improvements to the signature detection, update the test cases.
4 lines
267 B
Swift
4 lines
267 B
Swift
// {"kind":"typecheck","signature":"swift::constraints::ConstraintSystem::recordArgumentList(swift::constraints::ConstraintLocator*, swift::ArgumentList*)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
protocol b let b = { (a : b)in switch a { case .c(d(
|