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;

Change History (1)

comment:1 by Per Östlund, 13 years ago

Fixed in r9734, an error is now reported for this case.

Note: See TracTickets for help on using tickets.