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
When using assert false to indicate branches that should not be reached, it is useful to include an explanatory message to justify it.
This is particularly a problem when grading student code where there are catch blocks with just an assert false inside them.
When using
assert falseto indicate branches that should not be reached, it is useful to include an explanatory message to justify it.This is particularly a problem when grading student code where there are
catchblocks with just anassert falseinside them.