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
This OCL constraint is missing the "if" -> context Department inv:self.size>5 then self.boss.salary>2000 else true'
But instead of giving an error message related to this (saying something missing "if" or whatever) I get the following message -> Error: pop from empty list
This OCL constraint is missing the "if" -> context Department inv:self.size>5 then self.boss.salary>2000 else true'
But instead of giving an error message related to this (saying something missing "if" or whatever) I get the following message -> Error: pop from empty list
(see the model example in issue #198 )
The text was updated successfully, but these errors were encountered: