Hello All, The code `object : GenericType<Pair&...
# random
a
Hello All, The code
object : GenericType<Pair<F, S>>() {}
produces raw type of
GenericType<Pair<? extends F, ? extends S>>
how to remove
? extends
Thanks in advance 🙂
e
Why do you want to remove it?