﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1405	Wrong dimensions for arrays of array aliases	AlexeyLebedev	AlexeyLebedev	"An array of a type which is defined as an array itself gets wrong dimensions. For example,
{{{
type B = Real[2];
class A
B[3] z;
end A;
}}}

produces
{{{
class A
  Real z[1];
  Real z[2];
end A;
}}}"	defect	closed	high	1.9.4	Frontend		fixed		AlexeyLebedev peter.aronsson@… Per Östlund
