KtConstructorDelegationReferenceExpression(76,80): 'this'
  KaCallResolutionSuccess:
    call = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = THIS_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = A
        symbol = <constructor>(b: kotlin.String): A
        valueParameters = [
          KaVariableSignature:
            name = b
            receiverType = null
            returnType = kotlin.String
            symbol = b: kotlin.String
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        "2" -> (KaVariableSignature:
          name = b
          receiverType = null
          returnType = kotlin.String
          symbol = b: kotlin.String
          contextParameters = []
          callableId = null)
      }