ProxyManager icon indicating copy to clipboard operation
ProxyManager copied to clipboard

Fix accepting nullable properties as referenceable

Open nicolas-grekas opened this issue 3 years ago • 0 comments

Properties::onlyNonReferenceableProperties() is currently NOT the complement of ::withoutNonReferenceableProperties() because of this missing check.

Also: nullable typed properties with non default values ARE referenceable.

nicolas-grekas avatar May 04 '22 08:05 nicolas-grekas