FILE fqName:<root> fileName:/genericDelegatedProperty.kt
  PROPERTY name:genericDelegatedProperty visibility:public modality:FINAL [delegated,var]
    FIELD PROPERTY_DELEGATE name:genericDelegatedProperty$delegate type:<root>.Delegate visibility:private [final,static]
      EXPRESSION_BODY
        GET_OBJECT 'CLASS OBJECT name:Delegate modality:FINAL visibility:public superTypes:[kotlin.Any]' type=<root>.Delegate
    FUN DELEGATED_PROPERTY_ACCESSOR name:<get-genericDelegatedProperty> visibility:public modality:FINAL returnType:kotlin.Int
      TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.C<T of <root>.<get-genericDelegatedProperty>>
      correspondingProperty: PROPERTY name:genericDelegatedProperty visibility:public modality:FINAL [delegated,var]
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun <get-genericDelegatedProperty> <T> (<this>: <root>.C<T of <root>.<get-genericDelegatedProperty>>): kotlin.Int declared in <root>'
          CALL 'public final fun getValue (thisRef: kotlin.Any?, kProp: kotlin.Any?): kotlin.Int declared in <root>.Delegate' type=kotlin.Int origin=null
            ARG <this>: GET_FIELD 'FIELD PROPERTY_DELEGATE name:genericDelegatedProperty$delegate type:<root>.Delegate visibility:private [final,static] declared in <root>' type=<root>.Delegate origin=null
            ARG thisRef: GET_VAR '<this>: <root>.C<T of <root>.<get-genericDelegatedProperty>> declared in <root>.<get-genericDelegatedProperty>' type=<root>.C<T of <root>.<get-genericDelegatedProperty>> origin=null
            ARG kProp: PROPERTY_REFERENCE 'public final genericDelegatedProperty: kotlin.Int declared in <root>' field=null getter='public final fun <get-genericDelegatedProperty> <T> (<this>: <root>.C<T of <root>.<get-genericDelegatedProperty>>): kotlin.Int declared in <root>' setter='public final fun <set-genericDelegatedProperty> <T> (<this>: <root>.C<T of <root>.<set-genericDelegatedProperty>>, <set-?>: kotlin.Int): kotlin.Unit declared in <root>' type=kotlin.reflect.KMutableProperty1<<root>.C<T of <root>.<get-genericDelegatedProperty>>, kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
              TYPE_ARG 1: T of <root>.<get-genericDelegatedProperty>
    FUN DELEGATED_PROPERTY_ACCESSOR name:<set-genericDelegatedProperty> visibility:public modality:FINAL returnType:kotlin.Unit
      TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.C<T of <root>.<set-genericDelegatedProperty>>
      VALUE_PARAMETER kind:Regular name:<set-?> index:1 type:kotlin.Int
      correspondingProperty: PROPERTY name:genericDelegatedProperty visibility:public modality:FINAL [delegated,var]
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun <set-genericDelegatedProperty> <T> (<this>: <root>.C<T of <root>.<set-genericDelegatedProperty>>, <set-?>: kotlin.Int): kotlin.Unit declared in <root>'
          CALL 'public final fun setValue (thisRef: kotlin.Any?, kProp: kotlin.Any?, newValue: kotlin.Int): kotlin.Unit declared in <root>.Delegate' type=kotlin.Unit origin=null
            ARG <this>: GET_FIELD 'FIELD PROPERTY_DELEGATE name:genericDelegatedProperty$delegate type:<root>.Delegate visibility:private [final,static] declared in <root>' type=<root>.Delegate origin=null
            ARG thisRef: GET_VAR '<this>: <root>.C<T of <root>.<set-genericDelegatedProperty>> declared in <root>.<set-genericDelegatedProperty>' type=<root>.C<T of <root>.<set-genericDelegatedProperty>> origin=null
            ARG kProp: PROPERTY_REFERENCE 'public final genericDelegatedProperty: kotlin.Int declared in <root>' field=null getter='public final fun <get-genericDelegatedProperty> <T> (<this>: <root>.C<T of <root>.<get-genericDelegatedProperty>>): kotlin.Int declared in <root>' setter='public final fun <set-genericDelegatedProperty> <T> (<this>: <root>.C<T of <root>.<set-genericDelegatedProperty>>, <set-?>: kotlin.Int): kotlin.Unit declared in <root>' type=kotlin.reflect.KMutableProperty1<<root>.C<T of <root>.<set-genericDelegatedProperty>>, kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
              TYPE_ARG 1: T of <root>.<set-genericDelegatedProperty>
            ARG newValue: GET_VAR '<set-?>: kotlin.Int declared in <root>.<set-genericDelegatedProperty>' type=kotlin.Int origin=null
  CLASS CLASS name:C modality:FINAL visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.C<T of <root>.C>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public returnType:<root>.C<T of <root>.C> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:C modality:FINAL visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in kotlin.Any
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      overridden:
        public open fun hashCode (): kotlin.Int declared in kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      overridden:
        public open fun toString (): kotlin.String declared in kotlin.Any
  CLASS OBJECT name:Delegate modality:FINAL visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Delegate
    CONSTRUCTOR visibility:private returnType:<root>.Delegate [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:Delegate modality:FINAL visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in kotlin.Any
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      overridden:
        public open fun hashCode (): kotlin.Int declared in kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      overridden:
        public open fun toString (): kotlin.String declared in kotlin.Any
    FUN name:getValue visibility:public modality:FINAL returnType:kotlin.Int [operator]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Delegate
      VALUE_PARAMETER kind:Regular name:thisRef index:1 type:kotlin.Any?
      VALUE_PARAMETER kind:Regular name:kProp index:2 type:kotlin.Any?
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun getValue (thisRef: kotlin.Any?, kProp: kotlin.Any?): kotlin.Int declared in <root>.Delegate'
          CONST Int type=kotlin.Int value=42
    FUN name:setValue visibility:public modality:FINAL returnType:kotlin.Unit [operator]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Delegate
      VALUE_PARAMETER kind:Regular name:thisRef index:1 type:kotlin.Any?
      VALUE_PARAMETER kind:Regular name:kProp index:2 type:kotlin.Any?
      VALUE_PARAMETER kind:Regular name:newValue index:3 type:kotlin.Int
      BLOCK_BODY
