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
Currently, both ClassInfo.enclosingClass() and enclosingMethod() return null in this case. To avoid breaking compatibility, we should add a new method:
enclosingClassAlways(): returns an enclosing class for member/local/anonymous classes
Note that this will require incrementing the persistent index format.