﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2729	Short class definition for functions without parameter	Martin Sjölund	Per Östlund	"The following works fine if p is a parameter (same pattern used by gravityAcceleration):
{{{#!mo
function f
  input Real x;
  input Real r;
  output Real o := x+r;
end f;

model M
  Real p = 2.0;
  function g = f(r=p);
  Real x = g(1.0);
end M;
}}}

Why? The error-message is horrible."	defect	closed	high	1.9.1	Frontend	trunk	fixed		
