mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
4 lines
272 B
Swift
4 lines
272 B
Swift
// {"kind":"typecheck","signature":"swift::constraints::OutOfOrderArgumentFailure::diagnoseAsError()","signatureAssert":"Assertion failed: (idx < size()), function operator[]"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
func a(b : Int c : Int) a ((c: 1 b: 2
|