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
addAll(KTypeContainer<? extends KType> container) is trivial. addAll(KType...) is not because it's a type-unsafe vararg and SafeArgs can't be applied at the interface level (it only applies to final or static methods). After some deliberation I've added just the first version to the interface. I'm not sure what to do about the latter.
... but both implementations of IntSet (did not check IntCollection) have addAll().
Likely also applies to other collections.
The text was updated successfully, but these errors were encountered: