﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1071	Detect and prevent multiple declarations with the same identifier. (from MathCore)	krsta	krsta	"In OpenModelica it possible to have multiple declarations with the same identifier in the same scope without the kernel complaining. For example the model below is accepted by the kernel, and not even when checking the model the error is detected.

{{{
model A
 Real x;
 Integer x;
end B;
}}}"	defect	closed	high	Red October			fixed		krsta Adrian Pop
