Opened 7 years ago
Last modified 3 years ago
#4894 closed defect
NF treats polymorphic as a reserved type in Modelica code — at Version 1
Reported by: | Per Östlund | Owned by: | Per Östlund |
---|---|---|---|
Priority: | low | Milestone: | 1.19.0 |
Component: | New Instantiation | Version: | v1.13.0-dev-nightly |
Keywords: | Cc: |
Description (last modified by )
This model:
model M class polymorphic Real x; end polymorphic; polymorphic x; end M;
flattens to this:
class M polymorphic<> x; end M;
polymorphic
is an implementation detail for generic types that shouldn't leak into normal Modelica code.
Note:
See TracTickets
for help on using tickets.