﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1374	error when compiling partial function with array parameters	PDM	PDM	"The following example from the Modelica book gives ""Error occured building AST - Syntax Error"".

{{{partial function gravityInterface
  input Real r[3] ""position"";
  output Real g[3] ""gravity acceleration"";
end gravityInterface;}}}

On removing ""partial"" or the array indices {{{""[3]""}}}, the error disappears."	defect	closed	high			1.6.0	fixed		PDM Martin Sjölund
