Changes between Initial Version and Version 6 of Ticket #5712
- Timestamp:
- 2019-11-25T20:09:58Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5712
- Property Resolution → wontfix
- Property Status new → closed
-
Ticket #5712 – Description
initial v6 1 {{{#!mo 1 2 function fz 2 3 input Integer I; … … 17 18 Integer X; 18 19 end fx; 19 20 }}} 20 21 Duplicate variables in protected section compiles, they are simply replaced in the backend. However, this allows modellers to write duplicate declarations in MetaModelica, and in Modelica. 21 22