﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
714	Herencia. Error inesperado	Javier Portugal	Víctor de Buen Remiro	"El siguiente ejemplo produce un error que no consigo explicar. Lo he reproducido de otro código.

{{{

Class Variable 
{
  Text _.name
};

Class Input 
{
  Text _.name;
  Variable _.variable
};

Class ExplicativeTerm
{
  Text _.name         ;
  Text _.description  = ""Sin descripción"";
  Set _.parameters    = Copy(Empty)
};


Class LinearExplicativeTerm: ExplicativeTerm
{
  Input _.input
};

Class OmegaExplicativeTerm : LinearExplicativeTerm 
{
  Real _.member
};


Variable myVar = [[ Text _.name = ""mi variable"" ]];

Input II = [[ Text _.name = ""input"", Variable _.variable = myVar ]];

OmegaExplicativeTerm D1 = [[ Text _.name = ""D1"", Input _.input = II, Real _.member = 2.0 ]];

}}}"	defect	closed	high	OOP Implementation	OOP	2.0.1	critical	fixed		
