fun foo(p1: String, p2: Int, p3: Collection) { for (i in ) } fun f1(): String{} fun f2(): Int{} fun f3(): Iterable{} // EXIST: p1 // ABSENT: p2 // EXIST: p3 // EXIST: f1 // ABSENT: f2 // EXIST: f3 // EXIST: { lookupString:"listOf", itemText: "listOf", tailText: "(vararg elements: T) (kotlin.collections)", typeText:"List" }