statecharts icon indicating copy to clipboard operation
statecharts copied to clipboard

Enumerations should not be usable with "<=", ">="

Open tkutz opened this issue 8 years ago • 1 comments

After implementing #677, enumerators are mapped to their literal value which makes them usable with functions like "<", ">", "+=", etc.

This should be prohibited during modeling time (e.g. in type inferrer).

tkutz avatar May 12 '16 11:05 tkutz

can still be reproduced

rherrmannr avatar Nov 22 '18 16:11 rherrmannr