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
I plan to check if conditionals like if (expr.expressionContext == ExpressionContext.VANILLA) ... could get confused when encountering the unexpected constant INSTANCEOF_CONTEXT.
From #2543 (comment):
I plan to check if conditionals like
if (expr.expressionContext == ExpressionContext.VANILLA) ...could get confused when encountering the unexpected constantINSTANCEOF_CONTEXT.