// LOOK_UP_FOR_ELEMENT_OF_TYPE: org.jetbrains.kotlin.psi.KtValueArgumentList fun foo(f: (Int, String) -> Unit) { f(1, "2") }