﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1516	list command has odd indentation	Martin Sjölund	Martin Sjölund	"Try the following; does not work :(
{{{

package A ""test""
  import a;
  package B
    import b;
    input Real[1,2] i;
    output Integer g;
  protected 
    String temp,temp2 ""temp variables"";
  public 
    input String c;

  equation 
    a = ((b + 12)) * 5;
if (c == true) then
          (b,a) = (13,7);
      if (false) then
        b = (aaa < 20);

      elseif true then
        b = 10;


      elseif a == 10 then
        b = a;


      else
        b = 0;

      end if;
    end if;
  end B;
  operator function b
    import c;
  end b;
end A;
}}}"	defect	closed	high				fixed		Martin Sjölund Adrian Pop
