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
We can also use a Val-type and a 3-argument getproperty with a default third argument to control whether we use private fields or treat all fields as public.
Doesn't actually sound like a great idea since we don't own getproperty, and extended a Base function with extra positional arguments sounds like it could be questionable
The text was updated successfully, but these errors were encountered:
We can also use a
Val
-type and a 3-argumentgetproperty
with a default third argument to control whether we use private fields or treat all fields as public.Doesn't actually sound like a great idea since we don't own
getproperty
, and extended aBase
function with extra positional arguments sounds like it could be questionableThe text was updated successfully, but these errors were encountered: