If I have a `KtLambdaArgument` that is the last value in `Call.valueArguments` what is the best way ...
e
If I have a
KtLambdaArgument
that is the last value in
Call.valueArguments
what is the best way to determine if it is a trailing lambda or not?