KtFile: 'innerClassThis.kt'
  null

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

KtNameReferenceExpression(8,9): 'r'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      r
    ]

KtImportList(9,9): ''
  null

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

KtClassBody(19,92): '{'
  null

KtClass(25,90): 'inner class B(val x: Int) {'
  null

KtDeclarationModifierList(25,30): 'inner'
  null

KtPrimaryConstructor(38,50): '(val x: Int)'
  null

KtParameterList(38,50): '(val x: Int)'
  null

KtParameter(39,49): 'val x: Int'
  null

KtTypeReference(46,49): 'Int'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Int
    ]

KtUserType(46,49): 'Int'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Int
    ]

KtNameReferenceExpression(46,49): 'Int'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Int
    ]

KtClassBody(51,90): '{'
  null

KtSecondaryConstructor(61,84): 'constructor(): this(10)'
  null

KtParameterList(72,74): '()'
  null

KtConstructorDelegationCall(76,84): 'this(10)'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(<dispatch receiver>: r.A, x: kotlin.Int): r.A.B
    ]

KtConstructorDelegationReferenceExpression(76,80): 'this'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(<dispatch receiver>: r.A, x: kotlin.Int): r.A.B
    ]

KtValueArgumentList(80,84): '(10)'
  null

KtValueArgument(81,83): '10'
  null

KtConstantExpression(81,83): '10'
  null