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;}}}

Change History (1)

comment:1 by Martin Sjölund, 14 years ago

Fixed in r6158 testsuite/meta/MatchCase12.mos

Note: See TracTickets for help on using tickets.