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
core: Move TDisplayObject downcast methods to DisplayObject
Calling these methods on concrete `TDisplayObject` types never makes sense,
and defining them directly on `DisplayObject` allows a substantial reduction
in boilerplate.
0 commit comments