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
privatefinalMap<Element, VarState> vars = newHashMap<>();
But as the above test shows, we may need to infer different nullability for different calls to the same generic method. Probably, we need to refactor our code to track separate inference state for each (element,invocation) pair.