﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5178	Incorrect Warning - not balanced connector	igor.timofeyev@…	Per Östlund	"In the following code all variables inside AA should have prefix input, and since that there should be no message about ""unbalanced connector AA"", but this message apeears when instantiating AA.

{{{
class test

connector A
Real x;
end A;

connector AA = input A;

end test;
}}}
"	defect	reopened	normal	2.1.0	New Instantiation			instantiation balanced connector	
