Opened 17 years ago
Last modified 14 years ago
#1013 closed defect (worksforme)
Internal error generate_global_data failed
Reported by: | cbelyaev | Owned by: | cbelyaev |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Simulation Code Generation | Version: | 1.4.4 |
Keywords: | Cc: | cbelyaev, |
Description
With Test.M:
package Test
class V
parameter String t;
end V;
model M
V v1;
end M;
end Test;
we get subj.
Note:
See TracTickets
for help on using tickets.
Works in trunk.