model TestWrongModifier
  Modelica.Blocks.Sources.RealExpression expression(y = 1.0, z = 2.0)  annotation(
    Placement(visible = true, transformation(origin = {0, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
equation

annotation(
    uses(Modelica(version = "3.2.2")));end TestWrongModifier;
