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
An instance of CompletionContext is downcast to InternalCompletionContext. This is redundant, since the only method that's accessed is declared in CompletionContext and is not specific to InternalCompletionContext.