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
The wording of the cause/message of ClassCastException is different:
(+ "2" 3)
Execution error (ClassCastException) at babel.middleware/eval1084 (form-init16834633919858839574.clj:1).
class java.lang.String cannot be cast to class java.lang.Number (java.lang.String and java.lang.Number are in module java.base of loader 'bootstrap')
The text was updated successfully, but these errors were encountered:
The wording of the cause/message of ClassCastException is different:
The text was updated successfully, but these errors were encountered: