﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4544	Nested match-statements with tuple outputs causes template error	Per Östlund	Martin Sjölund	"MetaModelica code like this:
{{{#!mo
(b, s) := match s
  case ""test""
    then match s
      case ""test"" then (true, ""test"");
    end match;
end match;
}}}
gives the error:
{{{
[CodegenCFunctions.tpl:3547:14-3547:14:writable] Error: Template error: expTypeShort: (Boolean, String).
}}}"	defect	new	high	Future	MetaModelica	v1.13.0-dev-nightly			
