fun foo(list: List, p1: Collection, p2: List) { list.containsAll() } // ABSENT: p1 // EXIST: p2