Opened 15 years ago
Last modified 15 years ago
#1490 closed defect (fixed)
omc needs warning for final replaceable components
| Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Version: | ||
| Keywords: | Cc: | Martin Sjölund, Per Östlund |
Description
class A
model M
final replaceable Real r;
end M;
extends M(redeclare Real r = 30);
end A;
Note:
See TracTickets
for help on using tickets.

Fixed in r8781.