﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1411	Code generation issue for array-reductions in functions	Martin Sjölund	Martin Sjölund	"{{{  class ArrayCall
    function fn
      input Integer size;
      output Real array[size];
    algorithm
      array := {cos(i) for i in 1:size};
    end fn;
    Real x[10] = fn(10);
  end ArrayCall; }}}"	defect	closed	high				fixed		Martin Sjölund
