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
If a non-boolean is given to a ternary expression, like 4?5:6 there should be an instructive error message. Right now there is an ugly class cast and stack trace.
The text was updated successfully, but these errors were encountered:
If a non-boolean is given to a ternary expression, like 4?5:6 there should be an instructive error message. Right now there is an ugly class cast and stack trace.
The text was updated successfully, but these errors were encountered: