﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3142	Better error message for missing function used as pointer	Per Östlund	somebody	"The following program:
{{{#!mo
partial function PF
end PF;

function f
  input PF pf;
end f;

function f2
algorithm
  _ := f(function invalidf(x = 2.0));
end f2;
}}}
gives the error message:
{{{
Error: Failed to elaborate expression: function invalidf(x = 2.0).
}}}
Saying that invalidf doesn't exist would be more helpful in this case."	defect	closed	low	1.16.0	New Instantiation	trunk	fixed		
