Opened 14 years ago
Last modified 14 years ago
#1291 closed defect (fixed)
match is treated as matchcontinue
Reported by: | Martin Sjölund | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Instantiation | Version: | |
Keywords: | Cc: | Martin Sjölund, Martin Sjölund |
Description
match(1) will return 2 instead of failing.
{{{match (i)
case (1) then fail();
case (_) then 2;
end match;}}}
Note:
See TracTickets
for help on using tickets.
Fixed in r6158 testsuite/meta/MatchCase12.mos