KtCallExpression(76,81): 'f("")'
  KaCallResolutionSuccess:
    call = KaImplicitInvokeCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = KaExplicitReceiverValue:
        expression = f
        isSafeNavigation = false
        type = Foo
      signature = KaFunctionSignature:
        receiverType = Foo
        returnType = kotlin.Unit
        symbol = /invoke(<extension receiver>: Foo, t: T): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = t
            receiverType = null
            returnType = kotlin.String
            symbol = t: T
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = /invoke
      typeArgumentsMapping = {
        T -> (kotlin.String)
      }
      valueArgumentMapping = {
        "" -> (KaVariableSignature:
          name = t
          receiverType = null
          returnType = kotlin.String
          symbol = t: T
          contextParameters = []
          callableId = null)
      }