iets3.opensource icon indicating copy to clipboard operation
iets3.opensource copied to clipboard

Generator: Compilation error when an alternative or if expression uses list types

Open mgronover opened this issue 1 year ago • 1 comments

These four functions produces compilation errors due to invalid Java code (tested in MPS2021.3 and also in MPS2022.2):

image

The generated code of the second one is:

image

And the error message that occurs when compiling:

image

mgronover avatar May 21 '24 13:05 mgronover

Fixed with #957

arimer avatar May 23 '24 09:05 arimer