Ticket #5 (closed defect: fixed)
Invalid import statement
| Reported by: | kurzbach | Owned by: | otter |
|---|---|---|---|
| Priority: | normal | Milestone: | MSL3.0RC1 |
| Component: | Utilities | Version: | 3.0RC1 |
| Severity: | Keywords: | import | |
| Cc: | otter | Hide ticket: |
Description
In the package Modelica.Utilities.Examples in the function term there is an import statement
import Modelica.Utilities.Examples.expression.primary;
which is wrong, because a target of an import must be a package or an element of a package. Therefore
Modelica.Utilities.Examples.expression must be a package, but it is a function.
This is also wrong in MSL 2.2.2.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
