﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4387	Functions with no return value are not called in when ( initial() ) clauses	Bernhard Thiele	Lennart Ochel	"The following model doesn't make the expected call to `print` during initialization.

{{{
model TestWhen
equation
  when initial() then
    Modelica.Utilities.Streams.print(""In initial\n"");
  end when;
end TestWhen;
}}}"	defect	closed	high	1.12.0	Backend	v1.12.0	fixed		tobias.bellmann@…
