fun small(first: Int, second: Int) { } fun test() = small(12, ) // ABSENT: first // EXIST: second