﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1173	The function Grammar and the classes	Pedro Gea	Víctor de Buen Remiro	"La función Grammar devuelve ""Anything"" cuando actúa sobre una clase.

{{{
NameBlock modulo = [[
  Class @clase { Real miembro };
  Struct @estructura { Real elemento }
]];
Set EvalSet(NameBlockToSet(modulo), Grammar);
// => [[ ""Anything"", ""Struct"" ]]
}}}
"	defect	closed	normal	Mantainance	Kernel	head	normal	fixed		
