FILE fqName:<root> fileName:/memberExtension.kt
  CLASS OBJECT name:Host modality:FINAL visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Host
    PROPERTY name:plusK visibility:public modality:FINAL [delegated,val]
      FIELD PROPERTY_DELEGATE name:plusK$delegate type:<root>.Host.StringDelegate visibility:private [final]
        EXPRESSION_BODY
          CALL 'public final fun provideDelegate (<this>: kotlin.String, host: kotlin.Any?, p: kotlin.Any): <root>.Host.StringDelegate declared in <root>.Host' type=<root>.Host.StringDelegate origin=null
            ARG <this>(index:0): GET_VAR '<this>: <root>.Host declared in <root>.Host' type=<root>.Host origin=IMPLICIT_ARGUMENT
            ARG <this>(index:1): CONST String type=kotlin.String value="K"
            ARG host: GET_VAR '<this>: <root>.Host declared in <root>.Host' type=<root>.Host origin=null
            ARG p: PROPERTY_REFERENCE 'public final plusK: kotlin.String declared in <root>.Host' field=null getter='public final fun <get-plusK> (<this>: kotlin.String): kotlin.String declared in <root>.Host' setter=null type=kotlin.reflect.KProperty2<<root>.Host, kotlin.String, kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
      FUN DELEGATED_PROPERTY_ACCESSOR name:<get-plusK> visibility:public modality:FINAL returnType:kotlin.String
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Host
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.String
        correspondingProperty: PROPERTY name:plusK visibility:public modality:FINAL [delegated,val]
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun <get-plusK> (<this>: kotlin.String): kotlin.String declared in <root>.Host'
            CALL 'public final fun getValue (receiver: kotlin.String, p: kotlin.Any): kotlin.String declared in <root>.Host.StringDelegate' type=kotlin.String origin=null
              ARG <this>: GET_FIELD 'FIELD PROPERTY_DELEGATE name:plusK$delegate type:<root>.Host.StringDelegate visibility:private [final] declared in <root>.Host' type=<root>.Host.StringDelegate origin=null
                receiver: GET_VAR '<this>(index:0): <root>.Host declared in <root>.Host.<get-plusK>' type=<root>.Host origin=IMPLICIT_ARGUMENT
              ARG receiver: GET_VAR '<this>(index:1): kotlin.String declared in <root>.Host.<get-plusK>' type=kotlin.String origin=null
              ARG p: PROPERTY_REFERENCE 'public final plusK: kotlin.String declared in <root>.Host' field=null getter='public final fun <get-plusK> (<this>: kotlin.String): kotlin.String declared in <root>.Host' setter=null type=kotlin.reflect.KProperty2<<root>.Host, kotlin.String, kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
    PROPERTY name:ok visibility:public modality:FINAL [val]
      FIELD PROPERTY_BACKING_FIELD name:ok type:kotlin.String visibility:private [final]
        EXPRESSION_BODY
          CALL 'public final fun <get-plusK> (<this>: kotlin.String): kotlin.String declared in <root>.Host' type=kotlin.String origin=GET_PROPERTY
            ARG <this>(index:0): GET_VAR '<this>: <root>.Host declared in <root>.Host' type=<root>.Host origin=IMPLICIT_ARGUMENT
            ARG <this>(index:1): CONST String type=kotlin.String value="O"
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-ok> visibility:public modality:FINAL returnType:kotlin.String
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Host
        correspondingProperty: PROPERTY name:ok visibility:public modality:FINAL [val]
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun <get-ok> (): kotlin.String declared in <root>.Host'
            GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:ok type:kotlin.String visibility:private [final]' type=kotlin.String origin=null
              receiver: GET_VAR '<this>: <root>.Host declared in <root>.Host.<get-ok>' type=<root>.Host origin=null
    CLASS CLASS name:StringDelegate modality:FINAL visibility:public superTypes:[kotlin.Any]
      thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Host.StringDelegate
      PROPERTY name:s visibility:public modality:FINAL [val]
        FIELD PROPERTY_BACKING_FIELD name:s type:kotlin.String visibility:private [final]
          EXPRESSION_BODY
            GET_VAR 's: kotlin.String declared in <root>.Host.StringDelegate.<init>' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
        FUN DEFAULT_PROPERTY_ACCESSOR name:<get-s> visibility:public modality:FINAL returnType:kotlin.String
          VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Host.StringDelegate
          correspondingProperty: PROPERTY name:s visibility:public modality:FINAL [val]
          BLOCK_BODY
            RETURN type=kotlin.Nothing from='public final fun <get-s> (): kotlin.String declared in <root>.Host.StringDelegate'
              GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:s type:kotlin.String visibility:private [final]' type=kotlin.String origin=null
                receiver: GET_VAR '<this>: <root>.Host.StringDelegate declared in <root>.Host.StringDelegate.<get-s>' type=<root>.Host.StringDelegate origin=null
      CONSTRUCTOR visibility:public returnType:<root>.Host.StringDelegate [primary]
        VALUE_PARAMETER kind:Regular name:s index:0 type:kotlin.String
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:StringDelegate 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.String [operator]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Host.StringDelegate
        VALUE_PARAMETER kind:Regular name:receiver index:1 type:kotlin.String
        VALUE_PARAMETER kind:Regular name:p index:2 type:kotlin.Any
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun getValue (receiver: kotlin.String, p: kotlin.Any): kotlin.String declared in <root>.Host.StringDelegate'
            CALL 'public final fun plus (other: kotlin.Any?): kotlin.String declared in kotlin.String' type=kotlin.String origin=PLUS
              ARG <this>: GET_VAR 'receiver: kotlin.String declared in <root>.Host.StringDelegate.getValue' type=kotlin.String origin=null
              ARG other: CALL 'public final fun <get-s> (): kotlin.String declared in <root>.Host.StringDelegate' type=kotlin.String origin=GET_PROPERTY
                ARG <this>: GET_VAR '<this>: <root>.Host.StringDelegate declared in <root>.Host.StringDelegate.getValue' type=<root>.Host.StringDelegate origin=IMPLICIT_ARGUMENT
    CONSTRUCTOR visibility:private returnType:<root>.Host [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:Host 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:provideDelegate visibility:public modality:FINAL returnType:<root>.Host.StringDelegate [operator]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Host
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.String
      VALUE_PARAMETER kind:Regular name:host index:2 type:kotlin.Any?
      VALUE_PARAMETER kind:Regular name:p index:3 type:kotlin.Any
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun provideDelegate (<this>: kotlin.String, host: kotlin.Any?, p: kotlin.Any): <root>.Host.StringDelegate declared in <root>.Host'
          CONSTRUCTOR_CALL 'public constructor <init> (s: kotlin.String) declared in <root>.Host.StringDelegate' type=<root>.Host.StringDelegate origin=null
            ARG s: GET_VAR '<this>(index:1): kotlin.String declared in <root>.Host.provideDelegate' type=kotlin.String origin=null
