Scott Sutherland
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Scott Sutherland commented, -
Scott Sutherland created a post, AnsweredPrioriryQueue<E> and Queue<E> reported as incompatible types
Using IntelliJ Ultimate 2024.3.5, the following code has red marks:import java.util.List; import java.util.PriorityQueue; import java.util.Queue; public class Example { public record Foo(Stri...