Kotlin Analysis API Documentation Help

KaSimpleFunctionCall

Represents a simple, direct call to a function, without any delegation or special syntax involved.

Hierarchy

Inherits KaFunctionCall.

Members

val isImplicitInvoke: Booleandeprecated

true if the call is an implicit invoke call on a value that has an invoke member function. Replaced by the type check call is KaImplicitInvokeCall.

19 May 2026