﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
542	Anything type does not work well	César Pérez Álvarez	Víctor de Buen Remiro	"If we run this code:

Anything AnyFunction(Text grammar)
{ If(grammar== ""Serie"", CalInd(C,Diario), 1)};

Serie MyFunction(Real h)
{
  Serie ser = h*AnyFunction(""Serie"");
  ser
};

Serie obj = MyFunction(7);

This code generate the following error:

ERROR: [1] AnyFunction no es un operador de tipo Serie

ERROR: [2] Argumentos erróneos para Serie * S1 * S2 {Serie S1, Serie S2}

ERROR: [3] ser no se pudo crear.

ERROR: [4] ser no es un objeto valido para el tipo Serie.

ERROR: [5] Fallo en la función ""MyFunction""

ERROR: [6] obj no se pudo crear.

In oldest version (1.1.5) the function AnyFunction does not cause a problem at all."	defect	closed	highest		Kernel	1.1.6	blocker	fixed		
