ModelDriven / Alf-Reference-Implementation

Open-source implementation of the Action Language for fUML (Alf) specification.
30 stars 2 forks source link

Out parameters should be assignable in conditional statement conditions #28

Closed seidewitz closed 8 years ago

seidewitz commented 8 years ago

It should be possible to assigned an out parameter for the first time in the condition of an if statement non-final clause condition or in the case expression of a switch statement clause. The current implementation does not allow this.

seidewitz commented 8 years ago

Fixed in v1.0.3.