Opened 13 years ago
Last modified 13 years ago
#1623 closed defect (fixed)
MetaModelica case x undeclared
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | Martin Sjölund, |
Description
function f output Real r := match 1.5 case x then x; end match; end f;
Should produce a message variable x not found in scope ;)
Note:
See TracTickets
for help on using tickets.