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
Don't assign abstract or native methods an empty body
This commit leaves them with a nil value, to differentiate them from
a method that actually has an empty body (i.e. `{}`) It has no
immediate impact, but will make forthcoming changes easier as we
can assume that every non-nil method has at least one instruction.
0 commit comments