﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5027	The NF evaluates multiple subscripts wrong	Per Östlund	Per Östlund	"The NF evaluates expressions with multiple subscripts wrong, which affects e.g. `Modelica.Media.Incompressible.Examples.Glycol47`. Example model:
{{{#!mo
model M
  constant Real x[4,2] = [1, 2; 3, 4; 5, 6; 7, 8];
  constant Real y[4] = x[:, 1];
end M;
}}}
In this case the NF evaluates `x[:, 1]` as `(x[:])[1]`, which is equivalent to `x[1]`. This causes it to fail without an error later since the binding of `y` will become `{1, 2}` instead of the expected `{1, 3, 5, 7}`."	defect	closed	high	2.0.0	New Instantiation	v1.13.0-dev-nightly	fixed		
