Opened 14 years ago

Last modified 14 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;

Change History (1)

comment:1 by Per Östlund, 14 years ago

Fixed in r8781.

Note: See TracTickets for help on using tickets.