60dbe73f60
- Call candidate collection sometimes provides candidate symbols to `createConeSubstitutorFromTypeArguments` with fewer type parameters than type arguments provided by `FirQualifiedAccess`, which lead to an NPE. Because call candidates collected for the purposes of the Analysis API are best-effort guesses, we can ignore the additional type arguments. ^KTIJ-23373 fixed ^KTIJ-21506 fixed