expression property

Expression get expression

The expression of the initializer.

For variables that have multiple fragments, this is the expression from the last fragment. For formal parameters, only the first fragment can have the default value.

Implementation

Expression get expression;