mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6 lines
317 B
Swift
6 lines
317 B
Swift
// {"kind":"typecheck","original":"1806b993","signature":"swift::constraints::ConstraintSystem::diagnoseAmbiguityWithFixes(llvm::SmallVectorImpl<swift::constraints::Solution>&)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
func a<each b >(repeat inout each b) -> (repeat each b
|
|
( ;
|
|
let c 0 = a( 12.3 + 3
|