﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1511	Alias variable subscripts cause compilation errors	Martin Sjölund	Martin Sjölund	"x3 cannot be found because it is not replaced by the backend :)
{{{
class A
  Integer x1 = if time < 0.5 then 1 else 3;
  Integer x3 = x1;
  Real x2;
  Real r[1] = {2.5};
algorithm
  x2 := r[x3];
end A;
}}}"	defect	closed	high				fixed		Martin Sjölund Jens Frenkel
