Opened 17 years ago
Last modified 13 years ago
#141 closed defect (fixed)
No error messages nor warnings when loading a file that contains two or more models with the same name.
Reported by: | donida | Owned by: | donida |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Command Prompt Environment | Version: | |
Keywords: | Cc: | donida, Adrian Pop |
Description
See comments
Note:
See TracTickets
for help on using tickets.
The does not output error messages nor warnings when loading a file that contains two or more models with the same name (at the same level), for example:
package A
end A;
also in case that a declaration error is present, in the example below the statement are not identical:
package A
end A;
the compiler instantiates only model B, and without errors!!:
package A
end A