mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
436 B
Swift
8 lines
436 B
Swift
// {"aliases":["swift::constraints::AllowArgumentMismatch::create(swift::constraints::ConstraintSystem&, swift::Type, swift::Type, swift::constraints::ConstraintLocator*)"],"kind":"typecheck","signature":"swift::constraints::ConstraintSystem::applySolutionFixes(swift::constraints::Solution const&)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
protocol b {
|
|
c<each d >(repeat each d, e: (
|
|
}
|
|
func bar(a: b) {
|
|
a.c(e : ""
|