﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2741	Wrong warning for connector	Martin Sjölund	Per Östlund	"The following gives a warning ""Connector .C is not balanced: The number of potential variables (0) is not equal to the number of flow variables (1)."". Changing `R r;` to `Real r;` removes the warning.

{{{#!mo
type MyReal
  extends Real;
end MyReal;

type R = MyReal;

connector C
  R r;
  flow Real f;
end C;

model M
  C c;
end M;
}}}"	defect	closed	high	1.9.1	Frontend	trunk	fixed		
