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
Add positive test for fix of implication statement antecedent guard refinement.
Before this change the division-by-zero check would fail because the antecedent
part of the implication statement wouldn't be used to refine the guard of any
checks performed in the consequent part of the statement.
0 commit comments