mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
4 lines
415 B
Swift
4 lines
415 B
Swift
// {"kind":"typecheck","signature":"swift::constraints::Solution::getFunctionArgApplyInfo(swift::constraints::ConstraintLocator*) const","signatureAssert":"Assertion failed: (!shouldHaveDirectCalleeOverload(call) && \"Should we have resolved a callee for this?\"), function getFunctionArgApplyInfo"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
func a<b, each c>(d : repeat(b)->each c) { repeat d(e = f
|