Expression flags were refactored to remove the redundant ExpressionFlags in the parser. The flags are now also serialized properly as they are part of the Expression base class.
It is now possible to use 'const' also with record members. The kitchen sink was modified to test this use case.
Fixed problems with 'const' and expression flags.
Expression flags were refactored to remove the redundant
ExpressionFlags in the parser. The flags are now also
serialized properly as they are part of the Expression
base class.
It is now possible to use 'const' also with record members.
The kitchen sink was modified to test this use case.