fun test(p1: (String) -> Int, p2: (Int) -> Int, p3: (String) -> Char) { listOf("a", "b").map } // EXIST: { itemText: "map", tailText: " {...} (transform: (String) -> R) for Iterable in kotlin.collections", typeText:"List" } // EXIST: { itemText: "map", tailText: "(p1) for Iterable in kotlin.collections", typeText: "List" } // ABSENT: { itemText: "map", tailText: "(p2) for Iterable in kotlin.collections", typeText: "List" } // EXIST: { itemText: "map", tailText: "(p3) for Iterable in kotlin.collections", typeText: "List" }