FILE fqName:<root> fileName:/1.kt
  CLASS CLASS name:B modality:ABSTRACT visibility:public superTypes:[<root>.Java1<T of <root>.B>; <root>.Java2<T of <root>.B>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.B<T of <root>.B>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public returnType:<root>.B<T of <root>.B> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:B modality:ABSTRACT visibility:public superTypes:[<root>.Java1<T of <root>.B>; <root>.Java2<T of <root>.B>]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1<T of <root>.B>
      VALUE_PARAMETER kind:Regular name:o index:1 type:@[FlexibleNullability] T of <root>.B?
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java1?): kotlin.Unit declared in <root>.Java1
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java2?): kotlin.Unit declared in <root>.Java2
    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>.Java1
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java2
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:@[FlexibleNullability] T of <root>.B? [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1<T of <root>.B>
      overridden:
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java1? declared in <root>.Java1
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java2? declared in <root>.Java2
    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>.Java1
        public open fun hashCode (): kotlin.Int declared in <root>.Java2
    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>.Java1
        public open fun toString (): kotlin.String declared in <root>.Java2
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
      overridden:
        public abstract a: @[FlexibleNullability] T of <root>.Java2? declared in <root>.Java2
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:ABSTRACT returnType:@[FlexibleNullability] T of <root>.B? [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A<@[FlexibleNullability] T of <root>.B?>
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
        overridden:
          public abstract fun <get-a> (): @[FlexibleNullability] T of <root>.Java2? declared in <root>.Java2
      FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A<@[FlexibleNullability] T of <root>.B?>
        VALUE_PARAMETER kind:Regular name:<set-?> index:1 type:@[FlexibleNullability] T of <root>.B?
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
        overridden:
          public abstract fun <set-a> (<set-?>: @[FlexibleNullability] T of <root>.Java2?): kotlin.Unit declared in <root>.Java2
  CLASS CLASS name:C modality:FINAL visibility:public superTypes:[<root>.Java1<T of <root>.C>; <root>.Java2<T of <root>.C>]
    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
    PROPERTY name:a visibility:public modality:OPEN [var]
      overridden:
        public abstract a: @[FlexibleNullability] T of <root>.Java2? declared in <root>.Java2
      FIELD PROPERTY_BACKING_FIELD name:a type:T of <root>.C visibility:private
        EXPRESSION_BODY
          GET_VAR 'a: T of <root>.C declared in <root>.C.<init>' type=T of <root>.C origin=INITIALIZE_PROPERTY_FROM_PARAMETER
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:OPEN returnType:T of <root>.C
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.C<T of <root>.C>
        correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var]
        overridden:
          public abstract fun <get-a> (): @[FlexibleNullability] T of <root>.Java2? declared in <root>.Java2
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-a> (): T of <root>.C declared in <root>.C'
            GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:T of <root>.C visibility:private' type=T of <root>.C origin=null
              receiver: GET_VAR '<this>: <root>.C<T of <root>.C> declared in <root>.C.<get-a>' type=<root>.C<T of <root>.C> origin=null
      FUN DEFAULT_PROPERTY_ACCESSOR name:<set-a> visibility:public modality:OPEN returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.C<T of <root>.C>
        VALUE_PARAMETER kind:Regular name:<set-?> index:1 type:T of <root>.C
        correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var]
        overridden:
          public abstract fun <set-a> (<set-?>: @[FlexibleNullability] T of <root>.Java2?): kotlin.Unit declared in <root>.Java2
        BLOCK_BODY
          SET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:T of <root>.C visibility:private' type=kotlin.Unit origin=null
            receiver: GET_VAR '<this>: <root>.C<T of <root>.C> declared in <root>.C.<set-a>' type=<root>.C<T of <root>.C> origin=null
            value: GET_VAR '<set-?>: T of <root>.C declared in <root>.C.<set-a>' type=T of <root>.C origin=null
    CONSTRUCTOR visibility:public returnType:<root>.C<T of <root>.C> [primary]
      VALUE_PARAMETER kind:Regular name:a index:0 type:T of <root>.C
      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:[<root>.Java1<T of <root>.C>; <root>.Java2<T of <root>.C>]' 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>.Java1
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java2
    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>.Java1
        public open fun hashCode (): kotlin.Int declared in <root>.Java2
    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>.Java1
        public open fun toString (): kotlin.String declared in <root>.Java2
    FUN name:bar visibility:public modality:OPEN returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.C<T of <root>.C>
      VALUE_PARAMETER kind:Regular name:o index:1 type:T of <root>.C
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java1?): kotlin.Unit declared in <root>.Java1
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java2?): kotlin.Unit declared in <root>.Java2
      BLOCK_BODY
    FUN name:foo visibility:public modality:OPEN returnType:T of <root>.C
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.C<T of <root>.C>
      overridden:
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java1? declared in <root>.Java1
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java2? declared in <root>.Java2
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public open fun foo (): T of <root>.C declared in <root>.C'
          CALL 'public final fun CHECK_NOT_NULL <T0> (arg0: T0 of kotlin.internal.ir.CHECK_NOT_NULL?): {T0 of kotlin.internal.ir.CHECK_NOT_NULL & Any} declared in kotlin.internal.ir' type=kotlin.Nothing origin=EXCLEXCL
            TYPE_ARG T0: kotlin.Nothing
            ARG arg0: CONST Null type=kotlin.Nothing? value=null
  CLASS CLASS name:D modality:ABSTRACT visibility:public superTypes:[<root>.Kotlin<T of <root>.D>; <root>.Java2<T of <root>.D>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.D<T of <root>.D>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public returnType:<root>.D<T of <root>.D> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:D modality:ABSTRACT visibility:public superTypes:[<root>.Kotlin<T of <root>.D>; <root>.Java2<T of <root>.D>]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Kotlin<T of <root>.D>
      VALUE_PARAMETER kind:Regular name:o index:1 type:T of <root>.D
      overridden:
        public abstract fun bar (o: T of <root>.Kotlin): kotlin.Unit declared in <root>.Kotlin
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java2?): kotlin.Unit declared in <root>.Java2
    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>.Kotlin
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java2
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:T of <root>.D [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Kotlin<T of <root>.D>
      overridden:
        public abstract fun foo (): T of <root>.Kotlin declared in <root>.Kotlin
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java2? declared in <root>.Java2
    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>.Kotlin
        public open fun hashCode (): kotlin.Int declared in <root>.Java2
    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>.Kotlin
        public open fun toString (): kotlin.String declared in <root>.Java2
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
      overridden:
        public abstract a: @[FlexibleNullability] T of <root>.Java2? declared in <root>.Java2
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:ABSTRACT returnType:@[FlexibleNullability] T of <root>.D? [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A<@[FlexibleNullability] T of <root>.D?>
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
        overridden:
          public abstract fun <get-a> (): @[FlexibleNullability] T of <root>.Java2? declared in <root>.Java2
      FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A<@[FlexibleNullability] T of <root>.D?>
        VALUE_PARAMETER kind:Regular name:<set-?> index:1 type:@[FlexibleNullability] T of <root>.D?
        correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
        overridden:
          public abstract fun <set-a> (<set-?>: @[FlexibleNullability] T of <root>.Java2?): kotlin.Unit declared in <root>.Java2
  CLASS CLASS name:E modality:FINAL visibility:public superTypes:[<root>.Kotlin<T of <root>.E>; <root>.Java2<T of <root>.E>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.E<T of <root>.E>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    PROPERTY name:a visibility:public modality:OPEN [var]
      overridden:
        public abstract a: @[FlexibleNullability] T of <root>.Java2? declared in <root>.Java2
      FIELD PROPERTY_BACKING_FIELD name:a type:T of <root>.E visibility:private
        EXPRESSION_BODY
          GET_VAR 'a: T of <root>.E declared in <root>.E.<init>' type=T of <root>.E origin=INITIALIZE_PROPERTY_FROM_PARAMETER
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:OPEN returnType:T of <root>.E
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.E<T of <root>.E>
        correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var]
        overridden:
          public abstract fun <get-a> (): @[FlexibleNullability] T of <root>.Java2? declared in <root>.Java2
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-a> (): T of <root>.E declared in <root>.E'
            GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:T of <root>.E visibility:private' type=T of <root>.E origin=null
              receiver: GET_VAR '<this>: <root>.E<T of <root>.E> declared in <root>.E.<get-a>' type=<root>.E<T of <root>.E> origin=null
      FUN DEFAULT_PROPERTY_ACCESSOR name:<set-a> visibility:public modality:OPEN returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.E<T of <root>.E>
        VALUE_PARAMETER kind:Regular name:<set-?> index:1 type:T of <root>.E
        correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var]
        overridden:
          public abstract fun <set-a> (<set-?>: @[FlexibleNullability] T of <root>.Java2?): kotlin.Unit declared in <root>.Java2
        BLOCK_BODY
          SET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:T of <root>.E visibility:private' type=kotlin.Unit origin=null
            receiver: GET_VAR '<this>: <root>.E<T of <root>.E> declared in <root>.E.<set-a>' type=<root>.E<T of <root>.E> origin=null
            value: GET_VAR '<set-?>: T of <root>.E declared in <root>.E.<set-a>' type=T of <root>.E origin=null
    CONSTRUCTOR visibility:public returnType:<root>.E<T of <root>.E> [primary]
      VALUE_PARAMETER kind:Regular name:a index:0 type:T of <root>.E
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:E modality:FINAL visibility:public superTypes:[<root>.Kotlin<T of <root>.E>; <root>.Java2<T of <root>.E>]' 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>.Kotlin
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java2
    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>.Kotlin
        public open fun hashCode (): kotlin.Int declared in <root>.Java2
    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>.Kotlin
        public open fun toString (): kotlin.String declared in <root>.Java2
    FUN name:bar visibility:public modality:OPEN returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.E<T of <root>.E>
      VALUE_PARAMETER kind:Regular name:o index:1 type:T of <root>.E
      overridden:
        public abstract fun bar (o: T of <root>.Kotlin): kotlin.Unit declared in <root>.Kotlin
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java2?): kotlin.Unit declared in <root>.Java2
      BLOCK_BODY
    FUN name:foo visibility:public modality:OPEN returnType:T of <root>.E
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.E<T of <root>.E>
      overridden:
        public abstract fun foo (): T of <root>.Kotlin declared in <root>.Kotlin
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java2? declared in <root>.Java2
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public open fun foo (): T of <root>.E declared in <root>.E'
          CALL 'public final fun CHECK_NOT_NULL <T0> (arg0: T0 of kotlin.internal.ir.CHECK_NOT_NULL?): {T0 of kotlin.internal.ir.CHECK_NOT_NULL & Any} declared in kotlin.internal.ir' type=kotlin.Nothing origin=EXCLEXCL
            TYPE_ARG T0: kotlin.Nothing
            ARG arg0: CONST Null type=kotlin.Nothing? value=null
  CLASS CLASS name:F modality:ABSTRACT visibility:public superTypes:[<root>.Kotlin2<T of <root>.F>; <root>.Java3<T of <root>.F>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.F<T of <root>.F>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public returnType:<root>.F<T of <root>.F> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:F modality:ABSTRACT visibility:public superTypes:[<root>.Kotlin2<T of <root>.F>; <root>.Java3<T of <root>.F>]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1<T of <root>.F>
      VALUE_PARAMETER kind:Regular name:o index:1 type:@[FlexibleNullability] T of <root>.F?
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Kotlin2?): kotlin.Unit declared in <root>.Kotlin2
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java3?): kotlin.Unit declared in <root>.Java3
    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>.Kotlin2
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java3
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:@[FlexibleNullability] T of <root>.F? [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1<T of <root>.F>
      overridden:
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Kotlin2? declared in <root>.Kotlin2
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java3? declared in <root>.Java3
    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>.Kotlin2
        public open fun hashCode (): kotlin.Int declared in <root>.Java3
    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>.Kotlin2
        public open fun toString (): kotlin.String declared in <root>.Java3
  CLASS CLASS name:G modality:FINAL visibility:public superTypes:[<root>.Kotlin2<T of <root>.G>; <root>.Java3<T of <root>.G>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.G<T of <root>.G>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public returnType:<root>.G<T of <root>.G> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:G modality:FINAL visibility:public superTypes:[<root>.Kotlin2<T of <root>.G>; <root>.Java3<T of <root>.G>]' 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>.Kotlin2
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java3
    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>.Kotlin2
        public open fun hashCode (): kotlin.Int declared in <root>.Java3
    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>.Kotlin2
        public open fun toString (): kotlin.String declared in <root>.Java3
    FUN name:bar visibility:public modality:OPEN returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.G<T of <root>.G>
      VALUE_PARAMETER kind:Regular name:o index:1 type:T of <root>.G
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Kotlin2?): kotlin.Unit declared in <root>.Kotlin2
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java3?): kotlin.Unit declared in <root>.Java3
      BLOCK_BODY
    FUN name:foo visibility:public modality:OPEN returnType:T of <root>.G
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.G<T of <root>.G>
      overridden:
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Kotlin2? declared in <root>.Kotlin2
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java3? declared in <root>.Java3
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public open fun foo (): T of <root>.G declared in <root>.G'
          CALL 'public final fun CHECK_NOT_NULL <T0> (arg0: T0 of kotlin.internal.ir.CHECK_NOT_NULL?): {T0 of kotlin.internal.ir.CHECK_NOT_NULL & Any} declared in kotlin.internal.ir' type=kotlin.Nothing origin=EXCLEXCL
            TYPE_ARG T0: kotlin.Nothing
            ARG arg0: CONST Null type=kotlin.Nothing? value=null
  CLASS CLASS name:H modality:ABSTRACT visibility:public superTypes:[<root>.Java4<T of <root>.H>; <root>.Java3<T of <root>.H>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.H<T of <root>.H>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public returnType:<root>.H<T of <root>.H> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:H modality:ABSTRACT visibility:public superTypes:[<root>.Java4<T of <root>.H>; <root>.Java3<T of <root>.H>]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1<@[FlexibleNullability] T of <root>.H?>
      VALUE_PARAMETER kind:Regular name:o index:1 type:@[FlexibleNullability] T of <root>.H?
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java4?): kotlin.Unit declared in <root>.Java4
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java3?): kotlin.Unit declared in <root>.Java3
    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>.Java4
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java3
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:@[FlexibleNullability] T of <root>.H? [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1<@[FlexibleNullability] T of <root>.H?>
      overridden:
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java4? declared in <root>.Java4
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java3? declared in <root>.Java3
    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>.Java4
        public open fun hashCode (): kotlin.Int declared in <root>.Java3
    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>.Java4
        public open fun toString (): kotlin.String declared in <root>.Java3
  CLASS CLASS name:I modality:FINAL visibility:public superTypes:[<root>.Java4<T of <root>.I>; <root>.Java3<T of <root>.I>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.I<T of <root>.I>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public returnType:<root>.I<T of <root>.I> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:I modality:FINAL visibility:public superTypes:[<root>.Java4<T of <root>.I>; <root>.Java3<T of <root>.I>]' 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>.Java4
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java3
    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>.Java4
        public open fun hashCode (): kotlin.Int declared in <root>.Java3
    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>.Java4
        public open fun toString (): kotlin.String declared in <root>.Java3
    FUN name:bar visibility:public modality:OPEN returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.I<T of <root>.I>
      VALUE_PARAMETER kind:Regular name:o index:1 type:T of <root>.I
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java4?): kotlin.Unit declared in <root>.Java4
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java3?): kotlin.Unit declared in <root>.Java3
      BLOCK_BODY
    FUN name:foo visibility:public modality:OPEN returnType:T of <root>.I
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.I<T of <root>.I>
      overridden:
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java4? declared in <root>.Java4
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java3? declared in <root>.Java3
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public open fun foo (): T of <root>.I declared in <root>.I'
          CALL 'public final fun CHECK_NOT_NULL <T0> (arg0: T0 of kotlin.internal.ir.CHECK_NOT_NULL?): {T0 of kotlin.internal.ir.CHECK_NOT_NULL & Any} declared in kotlin.internal.ir' type=kotlin.Nothing origin=EXCLEXCL
            TYPE_ARG T0: kotlin.Nothing
            ARG arg0: CONST Null type=kotlin.Nothing? value=null
  CLASS INTERFACE name:A modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.A<T of <root>.A>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    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:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A<T of <root>.A>
      VALUE_PARAMETER kind:Regular name:o index:1 type:T of <root>.A
    FUN name:foo visibility:public modality:ABSTRACT returnType:T of <root>.A
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A<T of <root>.A>
    PROPERTY name:a visibility:public modality:ABSTRACT [var]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:ABSTRACT returnType:T of <root>.A
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A<T of <root>.A>
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var]
      FUN DEFAULT_PROPERTY_ACCESSOR name:<set-a> visibility:public modality:ABSTRACT returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.A<T of <root>.A>
        VALUE_PARAMETER kind:Regular name:<set-?> index:1 type:T of <root>.A
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var]
  CLASS INTERFACE name:Kotlin modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Kotlin<T of <root>.Kotlin>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    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:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Kotlin<T of <root>.Kotlin>
      VALUE_PARAMETER kind:Regular name:o index:1 type:T of <root>.Kotlin
    FUN name:foo visibility:public modality:ABSTRACT returnType:T of <root>.Kotlin
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Kotlin<T of <root>.Kotlin>
  CLASS INTERFACE name:Kotlin2 modality:ABSTRACT visibility:public superTypes:[<root>.Java1<T of <root>.Kotlin2>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Kotlin2<T of <root>.Kotlin2>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[kotlin.Any?] reified:false
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1<T of <root>.Kotlin2>
      VALUE_PARAMETER kind:Regular name:o index:1 type:@[FlexibleNullability] T of <root>.Kotlin2?
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java1?): kotlin.Unit declared in <root>.Java1
    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>.Java1
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:@[FlexibleNullability] T of <root>.Kotlin2? [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1<T of <root>.Kotlin2>
      overridden:
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java1? declared in <root>.Java1
    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>.Java1
    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>.Java1
  FUN name:test visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:b index:0 type:<root>.B<kotlin.Int>
    VALUE_PARAMETER kind:Regular name:c index:1 type:<root>.C<kotlin.Any>
    VALUE_PARAMETER kind:Regular name:d index:2 type:<root>.D<kotlin.Any?>
    VALUE_PARAMETER kind:Regular name:e index:3 type:<root>.E<kotlin.Int>
    VALUE_PARAMETER kind:Regular name:f index:4 type:<root>.F<kotlin.Any>
    VALUE_PARAMETER kind:Regular name:g index:5 type:<root>.G<kotlin.String>
    VALUE_PARAMETER kind:Regular name:h index:6 type:<root>.H<kotlin.Any?>
    VALUE_PARAMETER kind:Regular name:i index:7 type:<root>.I<kotlin.String?>
    BLOCK_BODY
      VAR name:k type:kotlin.Int [val]
        TYPE_OP type=kotlin.Int origin=IMPLICIT_NOTNULL typeOperand=kotlin.Int
          CALL 'public abstract fun <get-a> (): @[FlexibleNullability] T of <root>.B? declared in <root>.B' type=@[FlexibleNullability] kotlin.Int? origin=GET_PROPERTY
            ARG <this>: GET_VAR 'b: <root>.B<kotlin.Int> declared in <root>.test' type=<root>.B<kotlin.Int> origin=null
      CALL 'public abstract fun <set-a> (<set-?>: @[FlexibleNullability] T of <root>.B?): kotlin.Unit declared in <root>.B' type=kotlin.Unit origin=EQ
        ARG <this>: GET_VAR 'b: <root>.B<kotlin.Int> declared in <root>.test' type=<root>.B<kotlin.Int> origin=null
        ARG <set-?>: CONST Int type=kotlin.Int value=1
      VAR name:k2 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] T of <root>.B?): kotlin.Unit declared in <root>.B' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'b: <root>.B<kotlin.Int> declared in <root>.test' type=<root>.B<kotlin.Int> origin=null
          ARG o: CONST Int type=kotlin.Int value=1
      VAR name:k3 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] T of <root>.B?): kotlin.Unit declared in <root>.B' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'b: <root>.B<kotlin.Int> declared in <root>.test' type=<root>.B<kotlin.Int> origin=null
          ARG o: CONST Null type=kotlin.Nothing? value=null
      VAR name:k4 type:kotlin.Int [val]
        TYPE_OP type=kotlin.Int origin=IMPLICIT_NOTNULL typeOperand=kotlin.Int
          CALL 'public abstract fun foo (): @[FlexibleNullability] T of <root>.B? declared in <root>.B' type=@[FlexibleNullability] kotlin.Int? origin=null
            ARG <this>: GET_VAR 'b: <root>.B<kotlin.Int> declared in <root>.test' type=<root>.B<kotlin.Int> origin=null
      VAR name:k5 type:kotlin.Any [val]
        CALL 'public open fun <get-a> (): T of <root>.C declared in <root>.C' type=kotlin.Any origin=GET_PROPERTY
          ARG <this>: GET_VAR 'c: <root>.C<kotlin.Any> declared in <root>.test' type=<root>.C<kotlin.Any> origin=null
      CALL 'public open fun <set-a> (<set-?>: T of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=EQ
        ARG <this>: GET_VAR 'c: <root>.C<kotlin.Any> declared in <root>.test' type=<root>.C<kotlin.Any> origin=null
        ARG <set-?>: CONST String type=kotlin.String value=""
      VAR name:k6 type:kotlin.Unit [val]
        CALL 'public open fun bar (o: T of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'c: <root>.C<kotlin.Any> declared in <root>.test' type=<root>.C<kotlin.Any> origin=null
          ARG o: CONST Int type=kotlin.Int value=1
      VAR name:k7 type:kotlin.Unit [val]
        CALL 'public open fun bar (o: T of <root>.C): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'c: <root>.C<kotlin.Any> declared in <root>.test' type=<root>.C<kotlin.Any> origin=null
          ARG o: CONST String type=kotlin.String value=""
      VAR name:k8 type:kotlin.Any [val]
        CALL 'public open fun foo (): T of <root>.C declared in <root>.C' type=kotlin.Any origin=null
          ARG <this>: GET_VAR 'c: <root>.C<kotlin.Any> declared in <root>.test' type=<root>.C<kotlin.Any> origin=null
      VAR name:k9 type:kotlin.Any? [val]
        CALL 'public abstract fun <get-a> (): @[FlexibleNullability] T of <root>.D? declared in <root>.D' type=kotlin.Any? origin=GET_PROPERTY
          ARG <this>: GET_VAR 'd: <root>.D<kotlin.Any?> declared in <root>.test' type=<root>.D<kotlin.Any?> origin=null
      CALL 'public abstract fun <set-a> (<set-?>: @[FlexibleNullability] T of <root>.D?): kotlin.Unit declared in <root>.D' type=kotlin.Unit origin=EQ
        ARG <this>: GET_VAR 'd: <root>.D<kotlin.Any?> declared in <root>.test' type=<root>.D<kotlin.Any?> origin=null
        ARG <set-?>: CONST Null type=kotlin.Nothing? value=null
      VAR name:k10 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: T of <root>.D): kotlin.Unit declared in <root>.D' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'd: <root>.D<kotlin.Any?> declared in <root>.test' type=<root>.D<kotlin.Any?> origin=null
          ARG o: CONST Int type=kotlin.Int value=1
      VAR name:k11 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: T of <root>.D): kotlin.Unit declared in <root>.D' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'd: <root>.D<kotlin.Any?> declared in <root>.test' type=<root>.D<kotlin.Any?> origin=null
          ARG o: CONST String type=kotlin.String value=""
      VAR name:k12 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: T of <root>.D): kotlin.Unit declared in <root>.D' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'd: <root>.D<kotlin.Any?> declared in <root>.test' type=<root>.D<kotlin.Any?> origin=null
          ARG o: CONST Null type=kotlin.Nothing? value=null
      VAR name:k13 type:kotlin.Any? [val]
        CALL 'public abstract fun foo (): T of <root>.D declared in <root>.D' type=kotlin.Any? origin=null
          ARG <this>: GET_VAR 'd: <root>.D<kotlin.Any?> declared in <root>.test' type=<root>.D<kotlin.Any?> origin=null
      VAR name:k14 type:kotlin.Int [val]
        CALL 'public open fun <get-a> (): T of <root>.E declared in <root>.E' type=kotlin.Int origin=GET_PROPERTY
          ARG <this>: GET_VAR 'e: <root>.E<kotlin.Int> declared in <root>.test' type=<root>.E<kotlin.Int> origin=null
      CALL 'public open fun <set-a> (<set-?>: T of <root>.E): kotlin.Unit declared in <root>.E' type=kotlin.Unit origin=EQ
        ARG <this>: GET_VAR 'e: <root>.E<kotlin.Int> declared in <root>.test' type=<root>.E<kotlin.Int> origin=null
        ARG <set-?>: CONST Int type=kotlin.Int value=1
      VAR name:k15 type:kotlin.Unit [val]
        CALL 'public open fun bar (o: T of <root>.E): kotlin.Unit declared in <root>.E' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'e: <root>.E<kotlin.Int> declared in <root>.test' type=<root>.E<kotlin.Int> origin=null
          ARG o: CONST Int type=kotlin.Int value=1
      VAR name:k16 type:kotlin.Int [val]
        CALL 'public open fun foo (): T of <root>.E declared in <root>.E' type=kotlin.Int origin=null
          ARG <this>: GET_VAR 'e: <root>.E<kotlin.Int> declared in <root>.test' type=<root>.E<kotlin.Int> origin=null
      VAR name:k17 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] T of <root>.F?): kotlin.Unit declared in <root>.F' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'f: <root>.F<kotlin.Any> declared in <root>.test' type=<root>.F<kotlin.Any> origin=null
          ARG o: CONST Int type=kotlin.Int value=1
      VAR name:k18 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] T of <root>.F?): kotlin.Unit declared in <root>.F' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'f: <root>.F<kotlin.Any> declared in <root>.test' type=<root>.F<kotlin.Any> origin=null
          ARG o: CONST String type=kotlin.String value=""
      VAR name:k19 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] T of <root>.F?): kotlin.Unit declared in <root>.F' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'f: <root>.F<kotlin.Any> declared in <root>.test' type=<root>.F<kotlin.Any> origin=null
          ARG o: CONST Null type=kotlin.Nothing? value=null
      VAR name:k20 type:kotlin.Any [val]
        TYPE_OP type=kotlin.Any origin=IMPLICIT_NOTNULL typeOperand=kotlin.Any
          CALL 'public abstract fun foo (): @[FlexibleNullability] T of <root>.F? declared in <root>.F' type=@[FlexibleNullability] kotlin.Any? origin=null
            ARG <this>: GET_VAR 'f: <root>.F<kotlin.Any> declared in <root>.test' type=<root>.F<kotlin.Any> origin=null
      VAR name:k21 type:kotlin.Unit [val]
        CALL 'public open fun bar (o: T of <root>.G): kotlin.Unit declared in <root>.G' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'g: <root>.G<kotlin.String> declared in <root>.test' type=<root>.G<kotlin.String> origin=null
          ARG o: CONST String type=kotlin.String value=""
      VAR name:k22 type:kotlin.String [val]
        CALL 'public open fun foo (): T of <root>.G declared in <root>.G' type=kotlin.String origin=null
          ARG <this>: GET_VAR 'g: <root>.G<kotlin.String> declared in <root>.test' type=<root>.G<kotlin.String> origin=null
      VAR name:k23 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] T of <root>.H?): kotlin.Unit declared in <root>.H' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'h: <root>.H<kotlin.Any?> declared in <root>.test' type=<root>.H<kotlin.Any?> origin=null
          ARG o: CONST Int type=kotlin.Int value=1
      VAR name:k24 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] T of <root>.H?): kotlin.Unit declared in <root>.H' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'h: <root>.H<kotlin.Any?> declared in <root>.test' type=<root>.H<kotlin.Any?> origin=null
          ARG o: CONST String type=kotlin.String value=""
      VAR name:k25 type:kotlin.Unit [val]
        CALL 'public abstract fun bar (o: @[FlexibleNullability] T of <root>.H?): kotlin.Unit declared in <root>.H' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'h: <root>.H<kotlin.Any?> declared in <root>.test' type=<root>.H<kotlin.Any?> origin=null
          ARG o: CONST Null type=kotlin.Nothing? value=null
      VAR name:k26 type:kotlin.Any? [val]
        CALL 'public abstract fun foo (): @[FlexibleNullability] T of <root>.H? declared in <root>.H' type=kotlin.Any? origin=null
          ARG <this>: GET_VAR 'h: <root>.H<kotlin.Any?> declared in <root>.test' type=<root>.H<kotlin.Any?> origin=null
      VAR name:k27 type:kotlin.Unit [val]
        CALL 'public open fun bar (o: T of <root>.I): kotlin.Unit declared in <root>.I' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'i: <root>.I<kotlin.String?> declared in <root>.test' type=<root>.I<kotlin.String?> origin=null
          ARG o: CONST String type=kotlin.String value=""
      VAR name:k28 type:kotlin.Unit [val]
        CALL 'public open fun bar (o: T of <root>.I): kotlin.Unit declared in <root>.I' type=kotlin.Unit origin=null
          ARG <this>: GET_VAR 'i: <root>.I<kotlin.String?> declared in <root>.test' type=<root>.I<kotlin.String?> origin=null
          ARG o: CONST Null type=kotlin.Nothing? value=null
      VAR name:k29 type:kotlin.String? [val]
        CALL 'public open fun foo (): T of <root>.I declared in <root>.I' type=kotlin.String? origin=null
          ARG <this>: GET_VAR 'i: <root>.I<kotlin.String?> declared in <root>.test' type=<root>.I<kotlin.String?> origin=null
