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
Bytecode can refer to a static field via a child class; for example, referring to
B.f when the actual referee field is A.f, where B extends A. By missing this case
we could previously accidentally create a stub global for (in this example) B.f.
0 commit comments