﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5582	The annotation InlineAfterIndexReduction is not included in the shown structural annotations	Francesco Casella	Per Östlund	"If one tries to flatten this model with {{{-d=newInst --showStructuralAnnotations}}}
{{{
model M
  function f 
    input Real x;
    output Real y;
  algorithm
    y := sin(x) - 3;
  annotation(InlineAfterIndexReduction=true);
  end f;
  
  Real a = time;
  Real b = f(a);
end M;
}}}
the annotation is not shown, as it should."	defect	closed	high	1.14.0	New Instantiation		fixed		Lennart Ochel Karim Adbdelhak
