﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4718	Parameter is not evaluated at runtime	Martin Sjölund	Martin Sjölund	"y in the following model is never evaluated at run-time. It is part of the BackendDAE structure but it seems the SimCode chooses to not evaluate it. I need something similar for ticket:3539 since now the loadResource call will be ignored.

{{{#!mo
model M
  function g
    input Integer i;
    output Integer o=i+1;
  algorithm
    assert(false, ""abc"");
  end g;
  parameter Integer y = g(14);
end M;
}}}"	defect	closed	blocker	1.13.0	Run-time		fixed		Patrick Täuber Lennart Ochel Adrian Pop
