You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preserve property fetch types in immediately invoked closures
When a closure is immediately invoked (IIFE or callback passed to
functions like array_map), property fetch types should be carried
forward into the closure scope since the closure runs before
properties can be modified.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments