﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1610	Better parser error for else if error	Martin Sjölund	Martin Sjölund	"Generate a helpful error-message for the following code
{{{
model M
equation
  if cond then
    abc();
  else if cond then
    def();
  end if;
end M;
}}}"	defect	closed	high				fixed		Martin Sjölund
