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 error message: Validation: Function __TIMES__ cannot be used here: Return type incompatible: int32 is not subtype of int16
Expected behavior:
Replace __TIMES__ with the operator and adapt the error message. For example: Multiply operation cannot be used here. Multiplication results int32 and is not subtype of int16.
This can also be reproduced with other operations, like __PLUS__, __POSTINCREMENT__ and so on.
The text was updated successfully, but these errors were encountered:
Current behavior:
The error message:
Validation: Function __TIMES__ cannot be used here: Return type incompatible: int32 is not subtype of int16
Expected behavior:
Replace
__TIMES__
with the operator and adapt the error message. For example:Multiply operation cannot be used here. Multiplication results int32 and is not subtype of int16.
This can also be reproduced with other operations, like
__PLUS__
,__POSTINCREMENT__
and so on.The text was updated successfully, but these errors were encountered: