KtFile: 'nestedClass.kt'
  null

KtPackageDirective(0,9): 'package r'
  null

KtNameReferenceExpression(8,9): 'r'
  null

KtImportList(9,9): ''
  null

KtClass(11,83): 'class A {'
  null

KtClassBody(19,83): '{'
  null

KtClass(25,52): 'open class Base(val x: Int)'
  null

KtDeclarationModifierList(25,29): 'open'
  null

KtPrimaryConstructor(40,52): '(val x: Int)'
  null

KtParameterList(40,52): '(val x: Int)'
  null

KtParameter(41,51): 'val x: Int'
  null

KtTypeReference(48,51): 'Int'
  null

KtUserType(48,51): 'Int'
  null

KtNameReferenceExpression(48,51): 'Int'
  null

KtClass(57,81): 'class B(x: Int): Base(x)'
  null

KtPrimaryConstructor(64,72): '(x: Int)'
  null

KtParameterList(64,72): '(x: Int)'
  null

KtParameter(65,71): 'x: Int'
  null

KtTypeReference(68,71): 'Int'
  null

KtUserType(68,71): 'Int'
  null

KtNameReferenceExpression(68,71): 'Int'
  null

KtSuperTypeList(74,81): 'Base(x)'
  null

KtSuperTypeCallEntry(74,81): 'Base(x)'
  KaSuccessCallInfo:
    call = KaDelegatedConstructorCall:
      argumentMapping = {
        x -> (KaVariableSignature:
          name = x
          receiverType = null
          returnType = kotlin.Int
          symbol = x: kotlin.Int
          contextParameters = []
          callableId = null)
      }
      kind = SUPER_CALL
      partiallyAppliedSymbol = KaPartiallyAppliedSymbol:
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = r.A.Base
          symbol = <constructor>(x: kotlin.Int): r.A.Base
          valueParameters = [
            KaVariableSignature:
              name = x
              receiverType = null
              returnType = kotlin.Int
              symbol = x: kotlin.Int
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = null
      typeArgumentsMapping = {}

KtConstructorCalleeExpression(74,78): 'Base'
  KaSuccessCallInfo:
    call = KaDelegatedConstructorCall:
      argumentMapping = {
        x -> (KaVariableSignature:
          name = x
          receiverType = null
          returnType = kotlin.Int
          symbol = x: kotlin.Int
          contextParameters = []
          callableId = null)
      }
      kind = SUPER_CALL
      partiallyAppliedSymbol = KaPartiallyAppliedSymbol:
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = r.A.Base
          symbol = <constructor>(x: kotlin.Int): r.A.Base
          valueParameters = [
            KaVariableSignature:
              name = x
              receiverType = null
              returnType = kotlin.Int
              symbol = x: kotlin.Int
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = null
      typeArgumentsMapping = {}

KtTypeReference(74,78): 'Base'
  null

KtUserType(74,78): 'Base'
  null

KtNameReferenceExpression(74,78): 'Base'
  KaSuccessCallInfo:
    call = KaDelegatedConstructorCall:
      argumentMapping = {
        x -> (KaVariableSignature:
          name = x
          receiverType = null
          returnType = kotlin.Int
          symbol = x: kotlin.Int
          contextParameters = []
          callableId = null)
      }
      kind = SUPER_CALL
      partiallyAppliedSymbol = KaPartiallyAppliedSymbol:
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaFunctionSignature:
          receiverType = null
          returnType = r.A.Base
          symbol = <constructor>(x: kotlin.Int): r.A.Base
          valueParameters = [
            KaVariableSignature:
              name = x
              receiverType = null
              returnType = kotlin.Int
              symbol = x: kotlin.Int
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = null
      typeArgumentsMapping = {}

KtValueArgumentList(78,81): '(x)'
  null

KtValueArgument(79,80): 'x'
  null

KtNameReferenceExpression(79,80): 'x'
  KaSuccessCallInfo:
    call = KaSimpleVariableAccessCall:
      partiallyAppliedSymbol = KaPartiallyAppliedSymbol:
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        signature = KaVariableSignature:
          name = x
          receiverType = null
          returnType = kotlin.Int
          symbol = x: kotlin.Int
          contextParameters = []
          callableId = null
      simpleAccess = Read
      typeArgumentsMapping = {}