Changes between Initial Version and Version 1 of Ticket #2365


Ignore:
Timestamp:
2013-09-26T08:38:19Z (11 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2365

    • Property Component BackendFrontend
    • Property Owner changed from probably noone to somebody
  • Ticket #2365 – Description

    initial v1  
     1{{{#!mo
    12model emptyVector1
    23  record R
     
    67  R r = R(i = 0);
    78end emptyVector1;
    8 
    9 The call to the record constructor should enable the definition of r. But here the size of r.x is [2] and in the constructor [0]. -> incompatible sizes... (OMC r15030)
     9}}}
     10The call to the record constructor should enable the definition of r. But here the size of `r.x is [2]` and in the constructor `[0]`. -> incompatible sizes... (OMC r15030)