mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
4 lines
286 B
Swift
4 lines
286 B
Swift
// {"kind":"typecheck","signature":"swift::constraints::ConstraintSystem::addFix(swift::constraints::ConstraintFix*)","signatureAssert":"Assertion failed: (inserted), function addFix"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
func a<b>(b) -> b a(["":0]) as [Int:String]
|