mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
375 B
Swift
6 lines
375 B
Swift
// {"kind":"typecheck","signature":"swift::constraints::MissingCallFailure::diagnoseAsError()","signatureAssert":"Assertion failed: (isa<To>(Val) && \"cast<Ty>() argument of incompatible type!\"), function cast"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
struct a < each b {
|
|
init(repeat each b) func c < each d { a<repeat each d, String >(repeat e, {
|
|
""
|