﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
67	LValue assignment incorrect error : the return	Thierry Delisle	Rob Schluntz <rschlunt@…>	"Another bug with Lvalues checks.
The following does not compile :
{{{
forall(dtype T)
struct S {
	T * ptr;
};

forall(dtype T | sized(T))
void foo( S(T) & this ) {
	T *& it = this.ptr;
}
}}}"	defect	closed	major	cfa-cc	1.0	fixed		
