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
Global object init checker gives warning when accessing an object before its super constructor finishes (#24349)
Accessing an object before its super constructor finishes returns `null`
and may lead to exceptions when constructing the object (see #24201).
This PR lets global object init checker gives warning for this case
---------
Co-authored-by: EnzeXing <[email protected]>
0 commit comments