﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1884	deepcopy falla con campo Anything	Jorge	Jorge	"El siguiente código:

{{{
Struct @Option(
  Text type,
  Text name,
  Anything value
);

Set opt1 = @Option(""String"", ""linear_solver"", Text ""mumps"");
Set View( opt1, """" ); WriteLn("""");
Set DeepCopy( opt1 );
}}}

produce un error:

{{{
$tmp$=""String""
$tmp$=""linear_solver""
$tmp$=""mumps""
<E>
ERROR: [1] ""mumps"" no es un objeto de tipo Anything.
 No se puede crear el campovalue de la estructura @Option</E>
}}}
"	defect	closed	high	Mantainance	Kernel	head	major	fixed		
