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 following example gives a NullPointerException:
abstract Component
abstract Port
abstract ExceptionPort : Port
allPorts -> Port *
[ allPorts.dref = this.Port ] // the exception is caused by "this.Port"
WinController : Component
cmd : Port
powerOut : ExceptionPort
The following example gives a NullPointerException:
The expected output is (as produced by AlloyIG):
This works nicely for concrete clafers:
produces, for example an instance:
The text was updated successfully, but these errors were encountered: