﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3469	Conditional declarations doesn't work with inner/outer components	Maksimov Doe	somebody	"{{{
#!modelica
model Ex
  inner parameter Boolean enabled = true;
  class Foo
    outer parameter Boolean enabled;
    parameter Integer y if enabled;
  end Foo;
  Foo foo;
end Ex;
}}}

''Error: The conditional expression enabled could not be evaluated.''"	defect	closed	high	1.16.0	New Instantiation		fixed		
