0331f84ccd
The main implementation in DefaultCallGenerator did not use anything from that parameter anyway in 99% cases, except the type, which is passed separately now as JvmKotlinType. This will be useful to implement call generation for functions which do not have descriptors for their value parameters (such as signature-polymorphic) #KT-14416 In Progress