// LOOK_UP_FOR_ELEMENT_OF_TYPE: org.jetbrains.kotlin.psi.KtValueArgumentList fun callMe(x: Int, y: String) { } fun foo() { callMe(1, "2") }