﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
148	For returned type wrong parsed?	Alfredo Torre	danirus	"Compile this piece of code and see log file and compare results:

WriteLn(""a1... OK"");
Set a1 = For(1, 2, Text(Real n) { SetOfReal(n) });
WriteLn(""a2... good result but confusing ERROR text"");
Set a2 = For(1, 2, Text(Real n) { Set SetOfReal(n) });
WriteLn(""a2... BAD result NO error text"");
Set a3 = For(1, 2, Text(Real n) { Set ss = SetOfReal(n) });"	defect	closed	normal		Kernel	1.1.1	normal	fixed		
