KtFile: 'annotatedExpressions.kt'
  null

KtPackageDirective(0,0): ''
  null

KtImportList(0,0): ''
  null

KtProperty(0,36): '// WITH_STDLIB'
  null

KtDeclarationModifierList(15,20): 'const'
  null

KtConstantExpression(35,36): '0'
  null

KtClass(38,152): '@Target(AnnotationTarget.EXPRESSION)'
  null

KtDeclarationModifierList(38,124): '@Target(AnnotationTarget.EXPRESSION)'
  null

KtAnnotationEntry(38,74): '@Target(AnnotationTarget.EXPRESSION)'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(vararg allowedTargets: kotlin.annotation.AnnotationTarget): kotlin.annotation.Target
    ]

KtConstructorCalleeExpression(39,45): 'Target'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(vararg allowedTargets: kotlin.annotation.AnnotationTarget): kotlin.annotation.Target
    ]

KtTypeReference(39,45): 'Target'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/annotation/Target
    ]

KtUserType(39,45): 'Target'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/annotation/Target
    ]

KtNameReferenceExpression(39,45): 'Target'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/annotation/Target
    ]

KtValueArgumentList(45,74): '(AnnotationTarget.EXPRESSION)'
  null

KtValueArgument(46,73): 'AnnotationTarget.EXPRESSION'
  null

KtDotQualifiedExpression(46,73): 'AnnotationTarget.EXPRESSION'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/annotation/AnnotationTarget.EXPRESSION
    ]

KtNameReferenceExpression(46,62): 'AnnotationTarget'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/annotation/AnnotationTarget
    ]

KtNameReferenceExpression(63,73): 'EXPRESSION'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/annotation/AnnotationTarget.EXPRESSION
    ]

KtAnnotationEntry(75,113): '@Retention(AnnotationRetention.SOURCE)'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(value: kotlin.annotation.AnnotationRetention): kotlin.annotation.Retention
    ]

KtConstructorCalleeExpression(76,85): 'Retention'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(value: kotlin.annotation.AnnotationRetention): kotlin.annotation.Retention
    ]

KtTypeReference(76,85): 'Retention'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/annotation/Retention
    ]

KtUserType(76,85): 'Retention'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/annotation/Retention
    ]

KtNameReferenceExpression(76,85): 'Retention'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/annotation/Retention
    ]

KtValueArgumentList(85,113): '(AnnotationRetention.SOURCE)'
  null

KtValueArgument(86,112): 'AnnotationRetention.SOURCE'
  null

KtDotQualifiedExpression(86,112): 'AnnotationRetention.SOURCE'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/annotation/AnnotationRetention.SOURCE
    ]

KtNameReferenceExpression(86,105): 'AnnotationRetention'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/annotation/AnnotationRetention
    ]

KtNameReferenceExpression(106,112): 'SOURCE'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/annotation/AnnotationRetention.SOURCE
    ]

KtPrimaryConstructor(135,152): '(val number: Int)'
  null

KtParameterList(135,152): '(val number: Int)'
  null

KtParameter(136,151): 'val number: Int'
  null

KtTypeReference(148,151): 'Int'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Int
    ]

KtUserType(148,151): 'Int'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Int
    ]

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

KtNamedFunction(154,228): 'fun usage() {'
  null

KtParameterList(163,165): '()'
  null

KtBlockExpression(166,228): '{'
  null

KtAnnotatedExpression(172,226): '@Anno(0 + integer) (@Anno(integer) usage()).toString()'
  null

KtAnnotationEntry(172,190): '@Anno(0 + integer)'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(number: kotlin.Int): Anno
    ]

KtConstructorCalleeExpression(173,177): 'Anno'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(number: kotlin.Int): Anno
    ]

KtTypeReference(173,177): 'Anno'
  KaSymbolResolutionSuccess:
    symbols = [
      /Anno
    ]

KtUserType(173,177): 'Anno'
  KaSymbolResolutionSuccess:
    symbols = [
      /Anno
    ]

KtNameReferenceExpression(173,177): 'Anno'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /Anno
    ]

KtValueArgumentList(177,190): '(0 + integer)'
  null

KtValueArgument(178,189): '0 + integer'
  null

KtBinaryExpression(178,189): '0 + integer'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Int.plus(<dispatch receiver>: kotlin.Int, other: kotlin.Int): kotlin.Int
    ]

KtConstantExpression(178,179): '0'
  null

KtOperationReferenceExpression(180,181): '+'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Int.plus(<dispatch receiver>: kotlin.Int, other: kotlin.Int): kotlin.Int
    ]

KtNameReferenceExpression(182,189): 'integer'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      val integer: kotlin.Int
    ]

KtDotQualifiedExpression(191,226): '(@Anno(integer) usage()).toString()'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Unit.toString(<dispatch receiver>: kotlin.Unit): kotlin.String
    ]

KtParenthesizedExpression(191,215): '(@Anno(integer) usage())'
  null

KtAnnotatedExpression(192,214): '@Anno(integer) usage()'
  null

KtAnnotationEntry(192,206): '@Anno(integer)'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(number: kotlin.Int): Anno
    ]

KtConstructorCalleeExpression(193,197): 'Anno'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(number: kotlin.Int): Anno
    ]

KtTypeReference(193,197): 'Anno'
  KaSymbolResolutionSuccess:
    symbols = [
      /Anno
    ]

KtUserType(193,197): 'Anno'
  KaSymbolResolutionSuccess:
    symbols = [
      /Anno
    ]

KtNameReferenceExpression(193,197): 'Anno'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /Anno
    ]

KtValueArgumentList(197,206): '(integer)'
  null

KtValueArgument(198,205): 'integer'
  null

KtNameReferenceExpression(198,205): 'integer'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      val integer: kotlin.Int
    ]

KtCallExpression(207,214): 'usage()'
  KaSymbolResolutionSuccess:
    symbols = [
      /usage(): kotlin.Unit
    ]

KtNameReferenceExpression(207,212): 'usage'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      /usage(): kotlin.Unit
    ]

KtValueArgumentList(212,214): '()'
  null

KtCallExpression(216,226): 'toString()'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Unit.toString(<dispatch receiver>: kotlin.Unit): kotlin.String
    ]

KtNameReferenceExpression(216,224): 'toString'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Unit.toString(<dispatch receiver>: kotlin.Unit): kotlin.String
    ]

KtValueArgumentList(224,226): '()'
  null
