mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
5 lines
396 B
Swift
5 lines
396 B
Swift
// {"signature":"swift::rewriting::performConcreteContraction(llvm::ArrayRef<swift::StructuralRequirement>, llvm::SmallVectorImpl<swift::StructuralRequirement>&, llvm::SmallVectorImpl<swift::rewriting::RequirementError>&, bool)"}
|
|
// RUN: not %target-swift-frontend -typecheck %s
|
|
func a < each b, each c where(repeat(each c each b)) : {
|
|
typealias d<each b> = () func e where d<repeat each b> ==
|