KtSuccessCallInfo:
  call = KtDelegatedConstructorCall:
    kind = THIS_CALL
    partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
      dispatchReceiver = null
      extensionReceiver = null
      signature = KtFunctionLikeSignature:
        receiverType = null
        returnType = Sub
        symbol = <constructor>(p1: kotlin.Int): Sub
        valueParameters = [
          KtVariableLikeSignature:
            name = p1
            receiverType = null
            returnType = kotlin.Int
            symbol = p1: kotlin.Int
        ]
    argumentMapping = {
      s.length -> (KtVariableLikeSignature:
        name = p1
        receiverType = null
        returnType = kotlin.Int
        symbol = p1: kotlin.Int)
    }
