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
When a static/instance method returns this, rather than having to explicitly specify the type in @return tag, @return this should imply the type to be the owner class itself, while @return {Foo} this is still supported if an interface/parent class type is preferred.
The text was updated successfully, but these errors were encountered:
When a static/instance method returns
this
, rather than having to explicitly specify the type in @return tag,@return this
should imply the type to be the owner class itself, while@return {Foo} this
is still supported if an interface/parent class type is preferred.The text was updated successfully, but these errors were encountered: