Opened 14 years ago
Closed 14 years ago
#1173 closed defect (fixed)
The function Grammar and the classes
Reported by: | Pedro Gea | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | Mantainance |
Component: | Kernel | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
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" ]]
Note: See
TracTickets for help on using
tickets.
(In [3454]) Fixed #1173