Kotlin Analysis API Documentation Help

KaCallableMemberCall

Hierarchy

Inherits KaCall.

Members

val partiallyAppliedSymbol: KaPartiallyAppliedSymbol<S, C>deprecated

A symbol wrapper, containing substituted declaration signature (parameter types for functions, return type for functions and properties), and the actual dispatch receiver. Replaced by inline accessors on KaSingleCall (signature, dispatchReceiver, extensionReceiver, contextArguments).

val typeArgumentsMapping: Map<KaTypeParameterSymbol, KaType>

A map containing type arguments, including the inferred ones. Available with the same name on KaSingleCall.

19 May 2026