﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2377	Not returning in function with tuple output causes error in bootstrapped compiler	Per Östlund	Martin Sjölund	"The following function causes an error (""Invalid pattern: (outString1,outString2) of type #NORETCALL#"") in the bootstrapped compiler:
{{{
function test
  input String inString;
  output String outString1;
  output String outString2;
algorithm
  (outString1, outString2) := matchcontinue(inString)
    case (_) then fail();
    else then fail();
  end matchcontinue;
end test;
}}}"	defect	new	low	Future	MetaModelica	trunk			
