-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: repo-valhalla
-
Component/s: core-libs
In the current LW1 model, a field marked with ACC_FLATTENABLE bit and its type is in ValueTypes attribute is flattenable. A flattenable field is not nullable whereas a field of value type that does not have ACC_FLATTENABLE set may be set to null from the runtime perspective.