﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1131	Syntax error reported for annotations in extends clauses. (from MathCore)	Jan Brugård	Jan Brugård	"The kernel are not able to parse Modelica files if an annotation appears in an extends clause. This is allowed according to the grammar and is used in the Modelica 3 standard library.

The annotation can be any annotation, but typically the annotation is an annotation describing the mapping between the coordinate systems of the base- and subclass.
Example:

{{{
model B
end B;
model A
  extends B annotation(IconMap(extent={{-100,-100}, {100,100}},primitivesVisible=false),DiagramMap(extent={{-50,-50}, {0,0}},primitivesVisible=true));
end A;
}}}"	defect	closed	critical				worksforme		Jan Brugård
