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
Note that I care about this beyond just private, protected, and public. I have some macros (like memoize) where I would prefer to use it in an inline fashion rather than repeating the name of the method below the method in the macro.
The text was updated successfully, but these errors were encountered:
The above produces an alive mutation (see #1398) but if I change the
public
modifier to not be inline, themutant:disable
does work:Note that I care about this beyond just
private
,protected
, andpublic
. I have some macros (likememoize
) where I would prefer to use it in an inline fashion rather than repeating the name of the method below the method in the macro.The text was updated successfully, but these errors were encountered: