I guess something like ``` if (listA.any { listB....
# announcements
s
I guess something like
Copy code
if (listA.any { listB.contains(it) }) { 
  ...
}