﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2829	Using nonexisting positional function arguments gives bad error	Per Östlund	Martin Sjölund	"Instantiating the following model:
{{{#!mo
function f
  input Real x;
  output Real y := x;
end f;

model M
  Real x = f(z = 1.0);
end M;
}}}
gives an error message:
{{{
Error: Failed to elaborate expression: f(z = 1.0).
}}}
z obviously doesn't exist in f, but the compiler should give a better error message for this."	defect	closed	high	1.9.4	Frontend	trunk	fixed		
