#2314 closed defect (fixed)
No source info for duplicate enumeration literal error
| Reported by: | Per Östlund | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.9.0 |
| Component: | Frontend | Version: | trunk |
| Keywords: | Cc: |
Description
OMC gives an error when you have duplicate enumeration literals, such as:
type E = enumeration(one, two, three, two);
But for some reason it doesn't print out any source info, which shouldn't be hard to fix.
Change History (2)
comment:1 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 12 years ago
| Milestone: | 2.0.0 → 1.9.0 |
|---|
BatchModify: Updating milestone since this ticket was closed in time for the 1.9.0 release
Note:
See TracTickets
for help on using tickets.

Fixed in r17049.