Opened 7 years ago
Last modified 7 years ago
#4602 closed defect
Complex type not found anymore — at Initial Version
Reported by: | massimo ceraolo | Owned by: | somebody |
---|---|---|---|
Priority: | critical | Milestone: | 1.13.0 |
Component: | *unknown* | Version: | |
Keywords: | Cc: |
Description
Consider the forllowing model:
model TestSimpleComplex parameter Complex z=Complex(1,2); end TestSimpleComplex;
The Complex type used to be found without issues with OM. But build v1.13.0-dev-89 says:
[1] 16:14:45 Translation Error [TestSimpleComplex: 2:3-2:35]: Class Complex not found in scope TestSimpleComplex. [2] 16:14:45 Translation Error Error occurred while flattening model TestSimpleComplex
Note:
See TracTickets
for help on using tickets.