We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
containsAll()
right now it's containsAll(vararg Any?) which it makes it too easy to accidentally pass in listOf(foo) instead of *listOf(foo)
containsAll(vararg Any?)
listOf(foo)
*listOf(foo)