Opened 13 years ago
Last modified 9 years ago
#1677 new defect
Missing check of 7.1.3 Restrictions on the Kind of Base Class
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | normal | Milestone: | Future |
Component: | Version: | ||
Keywords: | Cc: | Martin Sjölund, Per Östlund |
Description
The following is illegal:
{{{model M
end M;
function f
extends M;
end f;
model N
algorithm
f();
end N;}}}
Note:
See TracTickets
for help on using tickets.