Opened 13 years ago
Last modified 4 years ago
#1711 closed defect
Check for illegal each — at Version 1
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.16.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: | Martin Sjölund, Adrian Pop |
Description (last modified by )
Should return an error n is not an array declaration:
model N Real r; end N; model M N n(each r = 1.0); end M;
Note:
See TracTickets
for help on using tickets.