Opened 13 years ago
Last modified 13 years ago
#1605 closed defect (fixed)
redeclare stack overflow
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | Martin Sjölund, |
Description
model M replaceable Real r; end M; model N extends N(redeclare replaceable Real r = 1.5); redeclare replaceable Real r = 2.5; end N;
Note:
See TracTickets
for help on using tickets.
Fixed in r9734, an error is now reported for this case.