KtFile: 'providedDelegate.kt'
  null

KtPackageDirective(17,31): 'package myPack'
  null

KtNameReferenceExpression(25,31): 'myPack'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      myPack
    ]

KtImportList(33,106): 'import kotlin.reflect.KProperty'
  null

KtImportDirective(33,64): 'import kotlin.reflect.KProperty'
  null

KtDotQualifiedExpression(40,64): 'kotlin.reflect.KProperty'
  null

KtDotQualifiedExpression(40,54): 'kotlin.reflect'
  null

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

KtNameReferenceExpression(47,54): 'reflect'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin.reflect
    ]

KtNameReferenceExpression(55,64): 'KProperty'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/reflect/KProperty
    ]

KtImportDirective(65,106): 'import kotlin.properties.ReadOnlyProperty'
  null

KtDotQualifiedExpression(72,106): 'kotlin.properties.ReadOnlyProperty'
  null

KtDotQualifiedExpression(72,89): 'kotlin.properties'
  null

KtNameReferenceExpression(72,78): 'kotlin'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin
    ]

KtNameReferenceExpression(79,89): 'properties'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin.properties
    ]

KtNameReferenceExpression(90,106): 'ReadOnlyProperty'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/properties/ReadOnlyProperty
    ]

KtClass(108,266): 'class ResourceID<T> {'
  null

KtTypeParameterList(124,127): '<T>'
  null

KtTypeParameter(125,126): 'T'
  null

KtClassBody(128,266): '{'
  null

KtNamedFunction(134,264): 'operator fun provideDelegate(thisRef: Any?, property: KProperty<*>): ReadOnlyProperty<Any?, T> {'
  null

KtDeclarationModifierList(134,142): 'operator'
  null

KtParameterList(162,201): '(thisRef: Any?, property: KProperty<*>)'
  null

KtParameter(163,176): 'thisRef: Any?'
  null

KtTypeReference(172,176): 'Any?'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtNullableType(172,176): 'Any?'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtUserType(172,175): 'Any'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtNameReferenceExpression(172,175): 'Any'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtParameter(178,200): 'property: KProperty<*>'
  null

KtTypeReference(188,200): 'KProperty<*>'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/reflect/KProperty
    ]

KtUserType(188,200): 'KProperty<*>'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/reflect/KProperty
    ]

KtNameReferenceExpression(188,197): 'KProperty'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/reflect/KProperty
    ]

KtTypeArgumentList(197,200): '<*>'
  null

KtTypeProjection(198,199): '*'
  null

KtTypeReference(203,228): 'ReadOnlyProperty<Any?, T>'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/properties/ReadOnlyProperty
    ]

KtUserType(203,228): 'ReadOnlyProperty<Any?, T>'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/properties/ReadOnlyProperty
    ]

KtNameReferenceExpression(203,219): 'ReadOnlyProperty'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/properties/ReadOnlyProperty
    ]

KtTypeArgumentList(219,228): '<Any?, T>'
  null

KtTypeProjection(220,224): 'Any?'
  null

KtTypeReference(220,224): 'Any?'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtNullableType(220,224): 'Any?'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtUserType(220,223): 'Any'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtNameReferenceExpression(220,223): 'Any'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtTypeProjection(226,227): 'T'
  null

KtTypeReference(226,227): 'T'
  KaSymbolResolutionSuccess:
    symbols = [
      T
    ]

KtUserType(226,227): 'T'
  KaSymbolResolutionSuccess:
    symbols = [
      T
    ]

KtNameReferenceExpression(226,227): 'T'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      T
    ]

KtBlockExpression(229,264): '{'
  null

KtReturnExpression(239,258): 'return MyDelegate()'
  KaSymbolResolutionSuccess:
    symbols = [
      myPack/ResourceID.provideDelegate(<dispatch receiver>: myPack.ResourceID<T>, thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): kotlin.properties.ReadOnlyProperty<kotlin.Any?, T>
    ]

KtCallExpression(246,258): 'MyDelegate()'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(): myPack.MyDelegate<T>
    ]

KtNameReferenceExpression(246,256): 'MyDelegate'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      myPack/MyDelegate
    ]

KtValueArgumentList(256,258): '()'
  null

KtClass(268,420): 'class MyDelegate<T> : ReadOnlyProperty<Any?, T> {'
  null

KtTypeParameterList(284,287): '<T>'
  null

KtTypeParameter(285,286): 'T'
  null

KtSuperTypeList(290,315): 'ReadOnlyProperty<Any?, T>'
  null

KtSuperTypeEntry(290,315): 'ReadOnlyProperty<Any?, T>'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/properties/ReadOnlyProperty
    ]

KtTypeReference(290,315): 'ReadOnlyProperty<Any?, T>'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/properties/ReadOnlyProperty
    ]

KtUserType(290,315): 'ReadOnlyProperty<Any?, T>'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/properties/ReadOnlyProperty
    ]

KtNameReferenceExpression(290,306): 'ReadOnlyProperty'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/properties/ReadOnlyProperty
    ]

KtTypeArgumentList(306,315): '<Any?, T>'
  null

KtTypeProjection(307,311): 'Any?'
  null

KtTypeReference(307,311): 'Any?'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtNullableType(307,311): 'Any?'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtUserType(307,310): 'Any'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtNameReferenceExpression(307,310): 'Any'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtTypeProjection(313,314): 'T'
  null

KtTypeReference(313,314): 'T'
  KaSymbolResolutionSuccess:
    symbols = [
      T
    ]

KtUserType(313,314): 'T'
  KaSymbolResolutionSuccess:
    symbols = [
      T
    ]

KtNameReferenceExpression(313,314): 'T'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      T
    ]

KtClassBody(316,420): '{'
  null

KtNamedFunction(322,418): 'override fun getValue(thisRef: Any?, property: KProperty<*>): T {'
  null

KtDeclarationModifierList(322,330): 'override'
  null

KtParameterList(343,382): '(thisRef: Any?, property: KProperty<*>)'
  null

KtParameter(344,357): 'thisRef: Any?'
  null

KtTypeReference(353,357): 'Any?'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtNullableType(353,357): 'Any?'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtUserType(353,356): 'Any'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtNameReferenceExpression(353,356): 'Any'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Any
    ]

KtParameter(359,381): 'property: KProperty<*>'
  null

KtTypeReference(369,381): 'KProperty<*>'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/reflect/KProperty
    ]

KtUserType(369,381): 'KProperty<*>'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/reflect/KProperty
    ]

KtNameReferenceExpression(369,378): 'KProperty'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/reflect/KProperty
    ]

KtTypeArgumentList(378,381): '<*>'
  null

KtTypeProjection(379,380): '*'
  null

KtTypeReference(384,385): 'T'
  KaSymbolResolutionSuccess:
    symbols = [
      T
    ]

KtUserType(384,385): 'T'
  KaSymbolResolutionSuccess:
    symbols = [
      T
    ]

KtNameReferenceExpression(384,385): 'T'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      T
    ]

KtBlockExpression(386,418): '{'
  null

KtReturnExpression(396,412): 'return null as T'
  KaSymbolResolutionSuccess:
    symbols = [
      myPack/MyDelegate.getValue(<dispatch receiver>: myPack.MyDelegate<T>, thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): T
    ]

KtBinaryExpressionWithTypeRHS(403,412): 'null as T'
  null

KtConstantExpression(403,407): 'null'
  null

KtOperationReferenceExpression(408,410): 'as'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  null

KtTypeReference(411,412): 'T'
  KaSymbolResolutionSuccess:
    symbols = [
      T
    ]

KtUserType(411,412): 'T'
  KaSymbolResolutionSuccess:
    symbols = [
      T
    ]

KtNameReferenceExpression(411,412): 'T'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      T
    ]

KtProperty(422,463): 'val providedDelegate by ResourceID<Int>()'
  null

KtPropertyDelegate(443,463): 'by ResourceID<Int>()'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/properties/ReadOnlyProperty.getValue(<dispatch receiver>: kotlin.properties.ReadOnlyProperty<T, V>, thisRef: T, property: kotlin.reflect.KProperty<*>): V,
      myPack/ResourceID.provideDelegate(<dispatch receiver>: myPack.ResourceID<T>, thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): kotlin.properties.ReadOnlyProperty<kotlin.Any?, T>
    ]

KtCallExpression(446,463): 'ResourceID<Int>()'
  KaSymbolResolutionSuccess:
    symbols = [
      <constructor>(): myPack.ResourceID<T>
    ]

KtNameReferenceExpression(446,456): 'ResourceID'
  isImplicitReferenceToCompanion: false
  contextSensitiveResolutionStatus: NotAvailable
  lookupLocally: false
  KaSymbolResolutionSuccess:
    symbols = [
      myPack/ResourceID
    ]

KtTypeArgumentList(456,461): '<Int>'
  null

KtTypeProjection(457,460): 'Int'
  null

KtTypeReference(457,460): 'Int'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Int
    ]

KtUserType(457,460): 'Int'
  KaSymbolResolutionSuccess:
    symbols = [
      kotlin/Int
    ]

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

KtValueArgumentList(461,463): '()'
  null
