-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
help wantedWe have very little time and would like some helpWe have very little time and would like some helppreprocessor
Description
While running
boolean b = (boolean) 1;
gives the correct error message of "Cannot cast from int to boolean" the following erroneous statement:
boolean c = (boolean) 1 || (boolean) 1;
throws an unhandled exception in the editor (with the above error message), and on running a weird "23)" message.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedWe have very little time and would like some helpWe have very little time and would like some helppreprocessor