﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4121	Recursive type definitions generate no errors	Adrian Pop	Martin Sjölund	"Having a file containing:
{{{#!mo
uniontype Resources
  record R
    Integer i;
  end R;
end Resources;
type Resources = list<Resources>; // reference itself
}}}
will generate no error messages, will just fail directly!
"	defect	new	high	Future	MetaModelica				
