Changes between Initial Version and Version 1 of Ticket #1703


Ignore:
Timestamp:
2012-09-13T17:08:35+02:00 (12 years ago)
Author:
sjoelund.se
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1703

    • Property Component changed from to Frontend
  • Ticket #1703 – Description

    initial v1  
    1 {{{model M
     1{{{
     2model M
    23  Real r;
    34end M;
     
    56model N
    67  extends M(r = 1.5 "abc");
    7 end N;}}}
     8end N;
     9}}}
    810
    911r does not get the description "abc" in the flattened code!