﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1636	getComponents API is wrong	Martin Sjölund	Adeel Asghar	"Rewrite using SCodeFlatten or something. We need the correct name, not this haphazard stuff :p

{{{
loadString(""
package N type O = Real; end N;
model M
  import R = N.O;
  R r;
end M;
"");
getComponents(M);
}}}

Returns N.R r ... What?"	defect	closed	high	1.16.0	NF API		fixed		Martin Sjölund Adrian Pop Per Östlund
