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
might be caused by SequencedCollection - superclass of Deque which contains the exact 6 methods(addFirst, addLast, getFirst, getLast, removeFirst, removeLast) that are missing when the test fails, added in JDK 21, test works on 20 but not 21
However it is still a bug since the output doesn't compile but the input does.
No description provided.
The text was updated successfully, but these errors were encountered: