﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2355	Class not found in scope if a model extends from another model with the same name	anonymous	Per Östlund	"If a model extends from another model with the same name and also contains that model (see below), then any extends clauses in the second model are not recognized. 

{{{
model A
end A;
}}}


{{{
model Test
  extends Test;
  model Test
    extends A;
  end Test;
end Test;
}}}

Bsse class A is not found in scope Test. "	defect	closed	blocker	1.9.0	Frontend	trunk	fixed		Peter Aronsson
