﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2925	Functions use default value instead of actual value	Per Östlund	somebody	"The following model returns {1} instead of the expected {2}:
{{{#!mo
function test
  output list<Integer> lst := {1};
algorithm 
  lst := {2};
  lst := list(e for e in lst);
end test;
}}}
It seems like list comprehensions somehow use the default value of the list instead of the actual value."	defect	closed	high		Frontend	trunk	fixed		
