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
- Introduce a new restriction that inline methods can only be
implemented or overridden by other inline methods.
- Drop the old restriction that inline methods must override
at least one concrete method.
- Change the rules for retaining inline methods: An inline method
is retained if it overrides or implements at least one non-inline method.
0 commit comments