mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
5 lines
414 B
Swift
5 lines
414 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
|
|
func a<each b>(repeat each b, repeat each b)
|
|
a(repeat (
|