﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4843	NF doesn't evaluate size expression of function input parameters	Per Östlund	Per Östlund	"The new frontend only types function parameters when typing the function itself, without taking input arguments into account. When typing a function call it should reevaluate the types of the parameters based in the input arguments, so that it catches error like this (where the function should only take a square matrix):
{{{#!mo
function f
  input Real x[:, size(x, 1)];
end f;

model M
algorithm
  f({{1, 2, 3}, {3, 4, 5}});
end M;
}}}"	defect	new	normal	2.1.0	New Instantiation	v1.13.0-dev-nightly			
