FILE fqName:<root> fileName:/inheritingDeprecation.kt
  CLASS CLASS name:DefaultImpl modality:FINAL visibility:public superTypes:[<root>.IFoo]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.DefaultImpl
    CONSTRUCTOR visibility:public returnType:<root>.DefaultImpl [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:DefaultImpl modality:FINAL visibility:public superTypes:[<root>.IFoo]' 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 <root>.IFoo
    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 <root>.IFoo
    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 <root>.IFoo
    PROPERTY FAKE_OVERRIDE name:extProp visibility:public modality:OPEN [fake_override,val]
      annotations:
        Deprecated(message = "", replaceWith = <null>, level = <null>)
      overridden:
        public open extProp: kotlin.String declared in <root>.IFoo
      FUN FAKE_OVERRIDE name:<get-extProp> visibility:public modality:OPEN returnType:kotlin.String [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.IFoo
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.String
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:extProp visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open fun <get-extProp> (<this>: kotlin.String): kotlin.String declared in <root>.IFoo
    PROPERTY FAKE_OVERRIDE name:prop visibility:public modality:OPEN [fake_override,val]
      annotations:
        Deprecated(message = "", replaceWith = <null>, level = <null>)
      overridden:
        public open prop: kotlin.String declared in <root>.IFoo
      FUN FAKE_OVERRIDE name:<get-prop> visibility:public modality:OPEN returnType:kotlin.String [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.IFoo
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:prop visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open fun <get-prop> (): kotlin.String declared in <root>.IFoo
  CLASS CLASS name:Delegated modality:FINAL visibility:public superTypes:[<root>.IFoo]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Delegated
    FIELD DELEGATE name:$$delegate_0 type:<root>.IFoo visibility:private [final]
      EXPRESSION_BODY
        GET_VAR 'foo: <root>.IFoo declared in <root>.Delegated.<init>' type=<root>.IFoo origin=null
    CONSTRUCTOR visibility:public returnType:<root>.Delegated [primary]
      VALUE_PARAMETER kind:Regular name:foo index:0 type:<root>.IFoo
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Delegated modality:FINAL visibility:public superTypes:[<root>.IFoo]' 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 <root>.IFoo
    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 <root>.IFoo
    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 <root>.IFoo
    PROPERTY DELEGATED_MEMBER name:extProp visibility:public modality:OPEN [val]
      overridden:
        public open extProp: kotlin.String declared in <root>.IFoo
      FUN DELEGATED_MEMBER name:<get-extProp> visibility:public modality:OPEN returnType:kotlin.String
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Delegated
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.String
        correspondingProperty: PROPERTY DELEGATED_MEMBER name:extProp visibility:public modality:OPEN [val]
        overridden:
          public open fun <get-extProp> (<this>: kotlin.String): kotlin.String declared in <root>.IFoo
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-extProp> (<this>: kotlin.String): kotlin.String declared in <root>.Delegated'
            CALL 'public open fun <get-extProp> (<this>: kotlin.String): kotlin.String declared in <root>.IFoo' type=kotlin.String origin=null
              ARG <this>(index:0): GET_FIELD 'FIELD DELEGATE name:$$delegate_0 type:<root>.IFoo visibility:private [final] declared in <root>.Delegated' type=<root>.IFoo origin=null
                receiver: GET_VAR '<this>(index:0): <root>.Delegated declared in <root>.Delegated.<get-extProp>' type=<root>.Delegated origin=null
              ARG <this>(index:1): GET_VAR '<this>(index:1): kotlin.String declared in <root>.Delegated.<get-extProp>' type=kotlin.String origin=null
    PROPERTY DELEGATED_MEMBER name:prop visibility:public modality:OPEN [val]
      overridden:
        public open prop: kotlin.String declared in <root>.IFoo
      FUN DELEGATED_MEMBER name:<get-prop> visibility:public modality:OPEN returnType:kotlin.String
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Delegated
        correspondingProperty: PROPERTY DELEGATED_MEMBER name:prop visibility:public modality:OPEN [val]
        overridden:
          public open fun <get-prop> (): kotlin.String declared in <root>.IFoo
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-prop> (): kotlin.String declared in <root>.Delegated'
            CALL 'public open fun <get-prop> (): kotlin.String declared in <root>.IFoo' type=kotlin.String origin=null
              ARG <this>: GET_FIELD 'FIELD DELEGATE name:$$delegate_0 type:<root>.IFoo visibility:private [final] declared in <root>.Delegated' type=<root>.IFoo origin=null
                receiver: GET_VAR '<this>: <root>.Delegated declared in <root>.Delegated.<get-prop>' type=<root>.Delegated origin=null
  CLASS CLASS name:ExplicitOverride modality:FINAL visibility:public superTypes:[<root>.IFoo]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.ExplicitOverride
    CONSTRUCTOR visibility:public returnType:<root>.ExplicitOverride [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:ExplicitOverride modality:FINAL visibility:public superTypes:[<root>.IFoo]' 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 <root>.IFoo
    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 <root>.IFoo
    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 <root>.IFoo
    PROPERTY name:extProp visibility:public modality:OPEN [val]
      overridden:
        public open extProp: kotlin.String declared in <root>.IFoo
      FUN name:<get-extProp> visibility:public modality:OPEN returnType:kotlin.String
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.ExplicitOverride
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.String
        correspondingProperty: PROPERTY name:extProp visibility:public modality:OPEN [val]
        overridden:
          public open fun <get-extProp> (<this>: kotlin.String): kotlin.String declared in <root>.IFoo
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-extProp> (<this>: kotlin.String): kotlin.String declared in <root>.ExplicitOverride'
            CONST String type=kotlin.String value=""
    PROPERTY name:prop visibility:public modality:OPEN [val]
      overridden:
        public open prop: kotlin.String declared in <root>.IFoo
      FUN name:<get-prop> visibility:public modality:OPEN returnType:kotlin.String
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.ExplicitOverride
        correspondingProperty: PROPERTY name:prop visibility:public modality:OPEN [val]
        overridden:
          public open fun <get-prop> (): kotlin.String declared in <root>.IFoo
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-prop> (): kotlin.String declared in <root>.ExplicitOverride'
            CONST String type=kotlin.String value=""
  CLASS INTERFACE name:IFoo modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.IFoo
    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
    PROPERTY name:extProp visibility:public modality:OPEN [val]
      annotations:
        Deprecated(message = "", replaceWith = <null>, level = <null>)
      FUN name:<get-extProp> visibility:public modality:OPEN returnType:kotlin.String
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.IFoo
        VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.String
        correspondingProperty: PROPERTY name:extProp visibility:public modality:OPEN [val]
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-extProp> (<this>: kotlin.String): kotlin.String declared in <root>.IFoo'
            CONST String type=kotlin.String value=""
    PROPERTY name:prop visibility:public modality:OPEN [val]
      annotations:
        Deprecated(message = "", replaceWith = <null>, level = <null>)
      FUN name:<get-prop> visibility:public modality:OPEN returnType:kotlin.String
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.IFoo
        correspondingProperty: PROPERTY name:prop visibility:public modality:OPEN [val]
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-prop> (): kotlin.String declared in <root>.IFoo'
            CONST String type=kotlin.String value=""
