﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2815	Reduction fails using polymorphic types	Per Östlund	Martin Sjölund	"This seems like something that should work:
{{{#!mo
function test
protected
  list<list<Integer>> ll := {{1}, {2}};
  list<Integer> l := listAppend(e for e in ll);
end test;
}}}
Currently it gives an error though:
{{{
Reductions require the types of the reduction expression and first argument
to be compatible, but got: list<#Integer> and list<polymorphic<A>>.
}}}"	defect	closed	high	Bootstrapping	MetaModelica	trunk	fixed		
