Commit Graph

1 Commits

Author SHA1 Message Date
Alex Hoppen
28a8e0762d [TypeChecker] Don’t crash if a ExplicitCastExpr doesn’t have a cast type
If the type of an `ExplicitCastExpr` is not valid, it is a null type, which causes a crash when checking if the cast type has parameterized existentials.

rdar://95629905
2022-06-27 17:21:53 +02:00