mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
14 lines
322 B
Swift
14 lines
322 B
Swift
// {"kind":"typecheck","original":"5af4a4fb","signature":"swift::constraints::ConstraintSystem::getBindingsFor(swift::TypeVariableType*)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
struct a {
|
|
func b(arr: [a]) {
|
|
arr.compactMap {
|
|
{ c in
|
|
d ?? {
|
|
$0..
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|