﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2297	Multiple declarations of FoldType in Compiler/Util/Util.mo	Bill Janssen	somebody	"I just checked out the trunk sources, and tried a fresh build.  In Compiler/Util/Util.mo, there are four instances of this:

{{{
  replaceable type ElementType subtypeof Any;
  replaceable type FoldType subtypeof Any;
}}}

which of course generates an error on bootstrapping:


""[/local/open-modelica/src/Compiler/Util/Util.mo:701:15-701:42:writable] Error: An element with name FoldType is already declared in this scope.
"	defect	new	high	1.9.0	Frontend	trunk			
