﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1328	Create an error message for recursive short class definitions	Martin Sjölund	Martin Sjölund	"{{{class Env
  type Env = Real;
end Env;

class A
  type Env = Env.Env;
  Env e = 1.0;
end A;}}}

Env will lookup itself."	defect	closed	low				fixed		Martin Sjölund AlexeyLebedev
