﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2977	Array slice should have implicit : in trailing index positions	Henrik Tidefelt	Per Östlund	"The following model, taken from page 111 in the Modelica specification version 3.3,

{{{
model Page111
  type Point = Real[3];
  Point p1[10];
  Real r[3] = p1[2]; // equivalent to r[3] = p1[2, :]
end Page111;
}}}

doesn't validate:

{{{
[<interactive>:4:3-4:20:writable] Error: Wrong number of subscripts in p1[2] (1 subscripts for 2 dimensions).
[<interactive>:4:3-4:20:writable] Error: Variable p1[2] not found in scope Page111.
Error: Error occurred while flattening model Page111
}}}
"	defect	closed	normal	1.9.4	Frontend	trunk	fixed		
