﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2321	Better import error message for named imports	Per Östlund	Per Östlund	"If a named import uses a name that does not exist, e.g.
{{{
model M
  import B = A;
end M;
}}}
you get an error message:
{{{
Import A not found in scope .
}}}
This could be improved by:
* Use the full import, import B = A, in the error message.
* Either print out the correct scope, or no scope at all."	defect	closed	low	2.0.0	New Instantiation	trunk	worksforme		
