﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3802	MetaModelica should be able to detect unassigned output variables on function return	Adrian Pop	Martin Sjölund	"{{{#!mo
function f
  output Boolean b;
algorithm
  if blah
  then
    return; // b is not initialized on this branch.
  end if;
  b := true;
end f;
}}}
See for example:
[changeset:5e8c11b1932d7bbf72019fc19f62ce4c8a319d7e/OMCompiler]"	enhancement	new	normal	Future	MetaModelica				
