KtNameReferenceExpression(78,85): 'suspend'
  KaCallResolutionSuccess:
    call = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = suspend () -> kotlin.Unit
        symbol = kotlin/suspend(block: suspend () -> R): suspend () -> R
        valueParameters = [
          KaVariableSignature:
            name = block
            receiverType = null
            returnType = suspend () -> kotlin.Unit
            symbol = block: suspend () -> R
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = kotlin/suspend
      typeArgumentsMapping = {
        R -> (kotlin.Unit)
      }
      valueArgumentMapping = {
        {} -> (KaVariableSignature:
          name = block
          receiverType = null
          returnType = suspend () -> kotlin.Unit
          symbol = block: suspend () -> R
          contextParameters = []
          callableId = null)
      }
