v.25.3Bug Fix (user-visible misbehavior in an official stable release)
Second arguments of type Nullable
Second arguments of typeNullablefor functionarrayResizeare now disallowed. Previously, anything from errors to wrong results could happen withNullableas second argument. (issue #48398). #77724 (Manish Gill).