Don't default properties with no default value to null when compat has enabled nullIsUndefined scope behavior
Description
BoxLang will normally set variables.foo to null when creating the class, but when the compat module has toggled on CF null support, do not initialize the null values when there is no explicit default.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
BoxLang will normally set
variables.foo
tonull
when creating the class, but when the compat module has toggled on CF null support, do not initialize the null values when there is no explicit default.