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
Create stub globals on the first parent incomplete class
Previously if a reference to static field A.x did not resolve, then A.x
would be created as a stub, but this is inappropriate if A is a complete
(non-stub) class. Instead, create the field on A's first ancestor that is
incomplete.
0 commit comments