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
Base.Get is never called because first, we don't do new Base() anywhere and second, descendants of Base do not call base.Get(). Its method body is preserved however after trimming. The linker could recognize that and trim it away.
The text was updated successfully, but these errors were encountered:
Let's say that we have the following code:
Base.Get
is never called because first, we don't donew Base()
anywhere and second, descendants ofBase
do not callbase.Get()
. Its method body is preserved however after trimming. The linker could recognize that and trim it away.The text was updated successfully, but these errors were encountered: