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>]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER 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>]'
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Java1<T of <root>.B>, o:@[FlexibleNullability] T of <root>.B?) returnType:kotlin.Unit [fake_override]
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1<T of <root>.B>
      VALUE_PARAMETER name:o index:0 type:@[FlexibleNullability] T of <root>.B?
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      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
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT <> ($this:<root>.Java1<T of <root>.B>) returnType:@[FlexibleNullability] T of <root>.B? [fake_override]
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1<T of <root>.B>
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in <root>.Java1
        public open fun hashCode (): kotlin.Int declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.Java1
        public open fun toString (): kotlin.String declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
      overridden:
        public abstract a: @[FlexibleNullability] T of <root>.Java2?
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:ABSTRACT <> ($this:<root>.A<@[FlexibleNullability] T of <root>.B?>) returnType:@[FlexibleNullability] T of <root>.B? [fake_override]
        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
        $this: VALUE_PARAMETER name:<this> type:<root>.A<@[FlexibleNullability] T of <root>.B?>
      FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:ABSTRACT <> ($this:<root>.A<@[FlexibleNullability] T of <root>.B?>, <set-?>:@[FlexibleNullability] T of <root>.B?) returnType:kotlin.Unit [fake_override]
        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
        $this: VALUE_PARAMETER name:<this> type:<root>.A<@[FlexibleNullability] T of <root>.B?>
        VALUE_PARAMETER name:<set-?> index:0 type:@[FlexibleNullability] T of <root>.B?
  CLASS CLASS name:C modality:FINAL visibility:public superTypes:[<root>.Java1<T of <root>.C>; <root>.Java2<T of <root>.C>]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER 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?
      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 <> ($this:<root>.C<T of <root>.C>) returnType: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
        $this: VALUE_PARAMETER name:<this> type:<root>.C<T of <root>.C>
        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 <> ($this:<root>.C<T of <root>.C>, <set-?>:T of <root>.C) returnType:kotlin.Unit
        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
        $this: VALUE_PARAMETER name:<this> type:<root>.C<T of <root>.C>
        VALUE_PARAMETER name:<set-?> index:0 type:T of <root>.C
        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 <> (a:T of <root>.C) returnType:<root>.C<T of <root>.C> [primary]
      VALUE_PARAMETER 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>]'
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      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
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in <root>.Java1
        public open fun hashCode (): kotlin.Int declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.Java1
        public open fun toString (): kotlin.String declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN name:bar visibility:public modality:OPEN <> ($this:<root>.C<T of <root>.C>, o:T of <root>.C) returnType:kotlin.Unit
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.C<T of <root>.C>
      VALUE_PARAMETER name:o index:0 type:T of <root>.C
      BLOCK_BODY
    FUN name:foo visibility:public modality:OPEN <> ($this:<root>.C<T of <root>.C>) returnType: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
      $this: VALUE_PARAMETER name:<this> type:<root>.C<T of <root>.C>
      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
            <T0>: kotlin.Nothing
            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>]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER 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>]'
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Kotlin<T of <root>.D>, o:T of <root>.D) returnType:kotlin.Unit [fake_override]
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.Kotlin<T of <root>.D>
      VALUE_PARAMETER name:o index:0 type:T of <root>.D
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      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
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT <> ($this:<root>.Kotlin<T of <root>.D>) returnType:T of <root>.D [fake_override]
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.Kotlin<T of <root>.D>
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in <root>.Kotlin
        public open fun hashCode (): kotlin.Int declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.Kotlin
        public open fun toString (): kotlin.String declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var]
      overridden:
        public abstract a: @[FlexibleNullability] T of <root>.Java2?
      FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:ABSTRACT <> ($this:<root>.A<@[FlexibleNullability] T of <root>.D?>) returnType:@[FlexibleNullability] T of <root>.D? [fake_override]
        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
        $this: VALUE_PARAMETER name:<this> type:<root>.A<@[FlexibleNullability] T of <root>.D?>
      FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:ABSTRACT <> ($this:<root>.A<@[FlexibleNullability] T of <root>.D?>, <set-?>:@[FlexibleNullability] T of <root>.D?) returnType:kotlin.Unit [fake_override]
        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
        $this: VALUE_PARAMETER name:<this> type:<root>.A<@[FlexibleNullability] T of <root>.D?>
        VALUE_PARAMETER name:<set-?> index:0 type:@[FlexibleNullability] T of <root>.D?
  CLASS CLASS name:E modality:FINAL visibility:public superTypes:[<root>.Kotlin<T of <root>.E>; <root>.Java2<T of <root>.E>]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER 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?
      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 <> ($this:<root>.E<T of <root>.E>) returnType: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
        $this: VALUE_PARAMETER name:<this> type:<root>.E<T of <root>.E>
        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 <> ($this:<root>.E<T of <root>.E>, <set-?>:T of <root>.E) returnType:kotlin.Unit
        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
        $this: VALUE_PARAMETER name:<this> type:<root>.E<T of <root>.E>
        VALUE_PARAMETER name:<set-?> index:0 type:T of <root>.E
        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 <> (a:T of <root>.E) returnType:<root>.E<T of <root>.E> [primary]
      VALUE_PARAMETER 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>]'
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      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
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in <root>.Kotlin
        public open fun hashCode (): kotlin.Int declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.Kotlin
        public open fun toString (): kotlin.String declared in <root>.Java2
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN name:bar visibility:public modality:OPEN <> ($this:<root>.E<T of <root>.E>, o:T of <root>.E) returnType:kotlin.Unit
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.E<T of <root>.E>
      VALUE_PARAMETER name:o index:0 type:T of <root>.E
      BLOCK_BODY
    FUN name:foo visibility:public modality:OPEN <> ($this:<root>.E<T of <root>.E>) returnType: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
      $this: VALUE_PARAMETER name:<this> type:<root>.E<T of <root>.E>
      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
            <T0>: kotlin.Nothing
            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>]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER 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>]'
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Java1<T of <root>.F>, o:@[FlexibleNullability] T of <root>.F?) returnType:kotlin.Unit [fake_override]
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1<T of <root>.F>
      VALUE_PARAMETER name:o index:0 type:@[FlexibleNullability] T of <root>.F?
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      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
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT <> ($this:<root>.Java1<T of <root>.F>) returnType:@[FlexibleNullability] T of <root>.F? [fake_override]
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1<T of <root>.F>
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in <root>.Kotlin2
        public open fun hashCode (): kotlin.Int declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.Kotlin2
        public open fun toString (): kotlin.String declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
  CLASS CLASS name:G modality:FINAL visibility:public superTypes:[<root>.Kotlin2<T of <root>.G>; <root>.Java3<T of <root>.G>]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER 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>]'
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      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
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in <root>.Kotlin2
        public open fun hashCode (): kotlin.Int declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.Kotlin2
        public open fun toString (): kotlin.String declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN name:bar visibility:public modality:OPEN <> ($this:<root>.G<T of <root>.G>, o:T of <root>.G) returnType:kotlin.Unit
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.G<T of <root>.G>
      VALUE_PARAMETER name:o index:0 type:T of <root>.G
      BLOCK_BODY
    FUN name:foo visibility:public modality:OPEN <> ($this:<root>.G<T of <root>.G>) returnType: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
      $this: VALUE_PARAMETER name:<this> type:<root>.G<T of <root>.G>
      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
            <T0>: kotlin.Nothing
            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>]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER 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>]'
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Java1<@[FlexibleNullability] T of <root>.H?>, o:@[FlexibleNullability] T of <root>.H?) returnType:kotlin.Unit [fake_override]
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1<@[FlexibleNullability] T of <root>.H?>
      VALUE_PARAMETER name:o index:0 type:@[FlexibleNullability] T of <root>.H?
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      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
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT <> ($this:<root>.Java1<@[FlexibleNullability] T of <root>.H?>) returnType:@[FlexibleNullability] T of <root>.H? [fake_override]
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1<@[FlexibleNullability] T of <root>.H?>
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in <root>.Java4
        public open fun hashCode (): kotlin.Int declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.Java4
        public open fun toString (): kotlin.String declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
  CLASS CLASS name:I modality:FINAL visibility:public superTypes:[<root>.Java4<T of <root>.I>; <root>.Java3<T of <root>.I>]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER 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>]'
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      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
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in <root>.Java4
        public open fun hashCode (): kotlin.Int declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.Java4
        public open fun toString (): kotlin.String declared in <root>.Java3
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN name:bar visibility:public modality:OPEN <> ($this:<root>.I<T of <root>.I>, o:T of <root>.I) returnType:kotlin.Unit
      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
      $this: VALUE_PARAMETER name:<this> type:<root>.I<T of <root>.I>
      VALUE_PARAMETER name:o index:0 type:T of <root>.I
      BLOCK_BODY
    FUN name:foo visibility:public modality:OPEN <> ($this:<root>.I<T of <root>.I>) returnType: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
      $this: VALUE_PARAMETER name:<this> type:<root>.I<T of <root>.I>
      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
            <T0>: kotlin.Nothing
            arg0: CONST Null type=kotlin.Nothing? value=null
  CLASS INTERFACE name:A modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER 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 <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN name:bar visibility:public modality:ABSTRACT <> ($this:<root>.A<T of <root>.A>, o:T of <root>.A) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.A<T of <root>.A>
      VALUE_PARAMETER name:o index:0 type:T of <root>.A
    FUN name:foo visibility:public modality:ABSTRACT <> ($this:<root>.A<T of <root>.A>) returnType:T of <root>.A
      $this: VALUE_PARAMETER name:<this> 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 <> ($this:<root>.A<T of <root>.A>) returnType:T of <root>.A
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var]
        $this: VALUE_PARAMETER name:<this> type:<root>.A<T of <root>.A>
      FUN DEFAULT_PROPERTY_ACCESSOR name:<set-a> visibility:public modality:ABSTRACT <> ($this:<root>.A<T of <root>.A>, <set-?>:T of <root>.A) returnType:kotlin.Unit
        correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var]
        $this: VALUE_PARAMETER name:<this> type:<root>.A<T of <root>.A>
        VALUE_PARAMETER name:<set-?> index:0 type:T of <root>.A
  CLASS INTERFACE name:Kotlin modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER 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 <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN name:bar visibility:public modality:ABSTRACT <> ($this:<root>.Kotlin<T of <root>.Kotlin>, o:T of <root>.Kotlin) returnType:kotlin.Unit
      $this: VALUE_PARAMETER name:<this> type:<root>.Kotlin<T of <root>.Kotlin>
      VALUE_PARAMETER name:o index:0 type:T of <root>.Kotlin
    FUN name:foo visibility:public modality:ABSTRACT <> ($this:<root>.Kotlin<T of <root>.Kotlin>) returnType:T of <root>.Kotlin
      $this: VALUE_PARAMETER name:<this> type:<root>.Kotlin<T of <root>.Kotlin>
  CLASS INTERFACE name:Kotlin2 modality:ABSTRACT visibility:public superTypes:[<root>.Java1<T of <root>.Kotlin2>]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER 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 <> ($this:<root>.Java1<T of <root>.Kotlin2>, o:@[FlexibleNullability] T of <root>.Kotlin2?) returnType:kotlin.Unit [fake_override]
      overridden:
        public abstract fun bar (o: @[FlexibleNullability] T of <root>.Java1?): kotlin.Unit declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1<T of <root>.Kotlin2>
      VALUE_PARAMETER name:o index:0 type:@[FlexibleNullability] T of <root>.Kotlin2?
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT <> ($this:<root>.Java1<T of <root>.Kotlin2>) returnType:@[FlexibleNullability] T of <root>.Kotlin2? [fake_override]
      overridden:
        public abstract fun foo (): @[FlexibleNullability] T of <root>.Java1? declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:<root>.Java1<T of <root>.Kotlin2>
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in <root>.Java1
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
  FUN name:test visibility:public modality:FINAL <> (b:<root>.B<kotlin.Int>, c:<root>.C<kotlin.Any>, d:<root>.D<kotlin.Any?>, e:<root>.E<kotlin.Int>, f:<root>.F<kotlin.Any>, g:<root>.G<kotlin.String>, h:<root>.H<kotlin.Any?>, i:<root>.I<kotlin.String?>) returnType:kotlin.Unit
    VALUE_PARAMETER name:b index:0 type:<root>.B<kotlin.Int>
    VALUE_PARAMETER name:c index:1 type:<root>.C<kotlin.Any>
    VALUE_PARAMETER name:d index:2 type:<root>.D<kotlin.Any?>
    VALUE_PARAMETER name:e index:3 type:<root>.E<kotlin.Int>
    VALUE_PARAMETER name:f index:4 type:<root>.F<kotlin.Any>
    VALUE_PARAMETER name:g index:5 type:<root>.G<kotlin.String>
    VALUE_PARAMETER name:h index:6 type:<root>.H<kotlin.Any?>
    VALUE_PARAMETER 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
            $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
        $this: GET_VAR 'b: <root>.B<kotlin.Int> declared in <root>.test' type=<root>.B<kotlin.Int> origin=null
        <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
          $this: GET_VAR 'b: <root>.B<kotlin.Int> declared in <root>.test' type=<root>.B<kotlin.Int> origin=null
          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
          $this: GET_VAR 'b: <root>.B<kotlin.Int> declared in <root>.test' type=<root>.B<kotlin.Int> origin=null
          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
            $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
          $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
        $this: GET_VAR 'c: <root>.C<kotlin.Any> declared in <root>.test' type=<root>.C<kotlin.Any> origin=null
        <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
          $this: GET_VAR 'c: <root>.C<kotlin.Any> declared in <root>.test' type=<root>.C<kotlin.Any> origin=null
          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
          $this: GET_VAR 'c: <root>.C<kotlin.Any> declared in <root>.test' type=<root>.C<kotlin.Any> origin=null
          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
          $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
          $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
        $this: GET_VAR 'd: <root>.D<kotlin.Any?> declared in <root>.test' type=<root>.D<kotlin.Any?> origin=null
        <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
          $this: GET_VAR 'd: <root>.D<kotlin.Any?> declared in <root>.test' type=<root>.D<kotlin.Any?> origin=null
          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
          $this: GET_VAR 'd: <root>.D<kotlin.Any?> declared in <root>.test' type=<root>.D<kotlin.Any?> origin=null
          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
          $this: GET_VAR 'd: <root>.D<kotlin.Any?> declared in <root>.test' type=<root>.D<kotlin.Any?> origin=null
          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
          $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
          $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
        $this: GET_VAR 'e: <root>.E<kotlin.Int> declared in <root>.test' type=<root>.E<kotlin.Int> origin=null
        <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
          $this: GET_VAR 'e: <root>.E<kotlin.Int> declared in <root>.test' type=<root>.E<kotlin.Int> origin=null
          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
          $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
          $this: GET_VAR 'f: <root>.F<kotlin.Any> declared in <root>.test' type=<root>.F<kotlin.Any> origin=null
          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
          $this: GET_VAR 'f: <root>.F<kotlin.Any> declared in <root>.test' type=<root>.F<kotlin.Any> origin=null
          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
          $this: GET_VAR 'f: <root>.F<kotlin.Any> declared in <root>.test' type=<root>.F<kotlin.Any> origin=null
          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
            $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
          $this: GET_VAR 'g: <root>.G<kotlin.String> declared in <root>.test' type=<root>.G<kotlin.String> origin=null
          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
          $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
          $this: GET_VAR 'h: <root>.H<kotlin.Any?> declared in <root>.test' type=<root>.H<kotlin.Any?> origin=null
          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
          $this: GET_VAR 'h: <root>.H<kotlin.Any?> declared in <root>.test' type=<root>.H<kotlin.Any?> origin=null
          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
          $this: GET_VAR 'h: <root>.H<kotlin.Any?> declared in <root>.test' type=<root>.H<kotlin.Any?> origin=null
          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
          $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
          $this: GET_VAR 'i: <root>.I<kotlin.String?> declared in <root>.test' type=<root>.I<kotlin.String?> origin=null
          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
          $this: GET_VAR 'i: <root>.I<kotlin.String?> declared in <root>.test' type=<root>.I<kotlin.String?> origin=null
          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
          $this: GET_VAR 'i: <root>.I<kotlin.String?> declared in <root>.test' type=<root>.I<kotlin.String?> origin=null
