Hi, could anyone explain why I get a JVM declarati...
# announcements
k
Hi, could anyone explain why I get a JVM declaration clash if I define two constructors with
Set<Foo>
and one with
Set<Bar>
? It seems only the
Set
part is used to check the JVM declaration 🤷‍♂️