Opened 13 years ago
Last modified 12 years ago
#1723 closed defect (fixed)
Check uses-annotations before inst — at Initial Version
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | Frontend | Version: | |
Keywords: | Cc: | Martin Sjölund |
Description
The following should either automatically load Modelica if not available, or produce an error. Possibly changed behaviour with a flag.
{{{model M
extends Modelica.Icons.Function;
annotation(uses(Modelica(version="3.1")));
end M;}}}
Note:
See TracTickets
for help on using tickets.