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
[TypeChecker] Resolve a crash about ambiguous assignment closure
Having an invalid assignment in a closure could make the type checker
fail without providing a diagnostic, eventually crashing the compiler.
Now a diagnostic is provided.
This resolves SR-3053/SR-3073
0 commit comments