﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
674	Default Class instance should be acceptd	Víctor de Buen Remiro	Víctor de Buen Remiro	"TOL syntax should accept declarations of class instances when all members has default values.

{{{
Class MyClass  
{
  Real myMethod(Real a) { a }
};

MyClass instance;
}}}

But now an error is shown and no instance is created:
{{{
ERROR: [1] MyClass no es un operador de tipo Anything
}}}
"	defect	closed	highest	Using OOP in BSR	OOP	2.0.1	blocker	fixed	OOP, Class, instance	
