﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1613	lookupVar does not return the correct direction of variables	Martin Sjölund	Martin Sjölund	"I get the direction of i=Absyn.BIDIR() when I instantiate the following. That makes it quite hard to treat function input variables as parameters!
{{{
model M
  function f
    input Integer i;
    output Integer o[j];
  protected
    Integer j = i;
  algorithm
    o := fill(1,j);
  end f;
  Integer o[3] = f(3);
end M;
}}}"	defect	closed	high	1.19.0	New Instantiation		fixed		Martin Sjölund
