You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OptionalEvaluationExprs are always implicit and were
being let through SILGen's unreachable diagnostics
branch. Decompose the structure to check to see if its
contents are not implicit expressions. If that is the
case, then diagnose them.
Resolves SR-5763.
0 commit comments