FILE fqName:<root> fileName:/1.kt
  CLASS CLASS name:A modality:FINAL visibility:public superTypes:[<root>.Java1<kotlin.Int>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.A
    CONSTRUCTOR visibility:public returnType:<root>.A [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Java1'
          TYPE_ARG T: kotlin.Int
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:A modality:FINAL visibility:public superTypes:[<root>.Java1<kotlin.Int>]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:bar visibility:public modality:OPEN returnType:@[FlexibleNullability] kotlin.Int? [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1<kotlin.Int>
      overridden:
        public open fun bar (): @[FlexibleNullability] T of <root>.Java1? 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:OPEN returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1<kotlin.Int>
      VALUE_PARAMETER kind:Regular name:t index:1 type:@[FlexibleNullability] kotlin.Int?
      overridden:
        public open fun foo (t: @[FlexibleNullability] T of <root>.Java1?): kotlin.Unit 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
  CLASS CLASS name:B modality:FINAL visibility:public superTypes:[<root>.Java1<kotlin.Int>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.B
    CONSTRUCTOR visibility:public returnType:<root>.B [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Java1'
          TYPE_ARG T: kotlin.Int
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:B modality:FINAL visibility:public superTypes:[<root>.Java1<kotlin.Int>]' 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
    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:bar visibility:public modality:OPEN returnType:kotlin.Int
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.B
      overridden:
        public open fun bar (): @[FlexibleNullability] T of <root>.Java1? declared in <root>.Java1
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public open fun bar (): kotlin.Int declared in <root>.B'
          CONST Int type=kotlin.Int value=1
    FUN name:foo visibility:public modality:OPEN returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.B
      VALUE_PARAMETER kind:Regular name:t index:1 type:kotlin.Int?
      overridden:
        public open fun foo (t: @[FlexibleNullability] T of <root>.Java1?): kotlin.Unit declared in <root>.Java1
      BLOCK_BODY
  CLASS CLASS name:C modality:ABSTRACT visibility:public superTypes:[<root>.Java2<kotlin.Double>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.C
    CONSTRUCTOR visibility:public returnType:<root>.C [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:C modality:ABSTRACT visibility:public superTypes:[<root>.Java2<kotlin.Double>]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:@[FlexibleNullability] kotlin.Double? [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java2<kotlin.Double>
      overridden:
        public abstract fun bar (): @[FlexibleNullability] T of <root>.Java2? 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>.Java2
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java2<kotlin.Double>
      VALUE_PARAMETER kind:Regular name:t index:1 type:@[FlexibleNullability] kotlin.Double?
      overridden:
        public abstract fun foo (t: @[FlexibleNullability] T of <root>.Java2?): kotlin.Unit 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>.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>.Java2
  CLASS CLASS name:D modality:FINAL visibility:public superTypes:[<root>.Java2<kotlin.Double>]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.D
    CONSTRUCTOR visibility:public returnType:<root>.D [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:D modality:FINAL visibility:public superTypes:[<root>.Java2<kotlin.Double>]' 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>.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>.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>.Java2
    FUN name:bar visibility:public modality:OPEN returnType:kotlin.Double
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.D
      overridden:
        public abstract fun bar (): @[FlexibleNullability] T of <root>.Java2? declared in <root>.Java2
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public open fun bar (): kotlin.Double declared in <root>.D'
          CONST Double type=kotlin.Double value=1.1
    FUN name:foo visibility:public modality:OPEN returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.D
      VALUE_PARAMETER kind:Regular name:t index:1 type:kotlin.Double
      overridden:
        public abstract fun foo (t: @[FlexibleNullability] T of <root>.Java2?): kotlin.Unit declared in <root>.Java2
      BLOCK_BODY
  CLASS CLASS name:E modality:ABSTRACT visibility:public superTypes:[<root>.Java3]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.E
    CONSTRUCTOR visibility:public returnType:<root>.E [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:E modality:ABSTRACT visibility:public superTypes:[<root>.Java3]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:bar visibility:public modality:ABSTRACT returnType:@[FlexibleNullability] U of <root>.E.bar? [fake_override]
      TYPE_PARAMETER name:U index:0 variance: superTypes:[@[FlexibleNullability] kotlin.Number?] reified:false
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java3
      overridden:
        public abstract fun bar <U> (): @[FlexibleNullability] U of <root>.Java3.bar? 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>.Java3
    FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT returnType:kotlin.Unit [fake_override]
      TYPE_PARAMETER name:U index:0 variance: superTypes:[@[FlexibleNullability] kotlin.Number?] reified:false
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java3
      VALUE_PARAMETER kind:Regular name:a index:1 type:@[FlexibleNullability] U of <root>.E.foo?
      overridden:
        public abstract fun foo <U> (a: @[FlexibleNullability] U of <root>.Java3.foo?): kotlin.Unit 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>.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>.Java3
  CLASS CLASS name:F modality:FINAL visibility:public superTypes:[<root>.Java3]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.F
    CONSTRUCTOR visibility:public returnType:<root>.F [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:F modality:FINAL visibility:public superTypes:[<root>.Java3]' 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>.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>.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>.Java3
    FUN name:bar visibility:public modality:OPEN returnType:U of <root>.F.bar
      TYPE_PARAMETER name:U index:0 variance: superTypes:[kotlin.Number] reified:false
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.F
      overridden:
        public abstract fun bar <U> (): @[FlexibleNullability] U of <root>.Java3.bar? declared in <root>.Java3
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public open fun bar <U> (): U of <root>.F.bar declared in <root>.F'
          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={U of <root>.F.bar & Any} origin=EXCLEXCL
            TYPE_ARG T0: kotlin.Nothing
            ARG arg0: CONST Null type=kotlin.Nothing? value=null
    FUN name:foo visibility:public modality:OPEN returnType:kotlin.Unit
      TYPE_PARAMETER name:U index:0 variance: superTypes:[kotlin.Number] reified:false
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.F
      VALUE_PARAMETER kind:Regular name:a index:1 type:U of <root>.F.foo
      overridden:
        public abstract fun foo <U> (a: @[FlexibleNullability] U of <root>.Java3.foo?): kotlin.Unit declared in <root>.Java3
      BLOCK_BODY
  FUN name:test visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:a index:0 type:<root>.A
    VALUE_PARAMETER kind:Regular name:b index:1 type:<root>.B
    VALUE_PARAMETER kind:Regular name:c index:2 type:<root>.C
    VALUE_PARAMETER kind:Regular name:d index:3 type:<root>.D
    VALUE_PARAMETER kind:Regular name:e index:4 type:<root>.E
    VALUE_PARAMETER kind:Regular name:f index:5 type:<root>.F
    BLOCK_BODY
      CALL 'public open fun foo (t: @[FlexibleNullability] kotlin.Int?): kotlin.Unit declared in <root>.A' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'a: <root>.A declared in <root>.test' type=<root>.A origin=null
        ARG t: CONST Null type=kotlin.Nothing? value=null
      CALL 'public open fun foo (t: @[FlexibleNullability] kotlin.Int?): kotlin.Unit declared in <root>.A' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'a: <root>.A declared in <root>.test' type=<root>.A origin=null
        ARG t: CONST Int type=kotlin.Int value=1
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun bar (): @[FlexibleNullability] kotlin.Int? declared in <root>.A' type=@[FlexibleNullability] kotlin.Int? origin=null
          ARG <this>: GET_VAR 'a: <root>.A declared in <root>.test' type=<root>.A origin=null
      CALL 'public open fun foo (t: kotlin.Int?): kotlin.Unit declared in <root>.B' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
        ARG t: CONST Null type=kotlin.Nothing? value=null
      CALL 'public open fun foo (t: kotlin.Int?): kotlin.Unit declared in <root>.B' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
        ARG t: CONST Int type=kotlin.Int value=1
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun bar (): kotlin.Int declared in <root>.B' type=kotlin.Int origin=null
          ARG <this>: GET_VAR 'b: <root>.B declared in <root>.test' type=<root>.B origin=null
      CALL 'public abstract fun foo (t: @[FlexibleNullability] kotlin.Double?): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
        ARG t: CONST Null type=kotlin.Nothing? value=null
      CALL 'public abstract fun foo (t: @[FlexibleNullability] kotlin.Double?): kotlin.Unit declared in <root>.C' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
        ARG t: CONST Double type=kotlin.Double value=1.1
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public abstract fun bar (): @[FlexibleNullability] kotlin.Double? declared in <root>.C' type=@[FlexibleNullability] kotlin.Double? origin=null
          ARG <this>: GET_VAR 'c: <root>.C declared in <root>.test' type=<root>.C origin=null
      CALL 'public open fun foo (t: kotlin.Double): kotlin.Unit declared in <root>.D' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
        ARG t: CONST Double type=kotlin.Double value=1.1
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun bar (): kotlin.Double declared in <root>.D' type=kotlin.Double origin=null
          ARG <this>: GET_VAR 'd: <root>.D declared in <root>.test' type=<root>.D origin=null
      CALL 'public abstract fun foo <U> (a: @[FlexibleNullability] U of <root>.E.foo?): kotlin.Unit declared in <root>.E' type=kotlin.Unit origin=null
        TYPE_ARG U: @[FlexibleNullability] kotlin.Int?
        ARG <this>: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
        ARG a: CONST Int type=kotlin.Int value=1
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public abstract fun bar <U> (): @[FlexibleNullability] U of <root>.E.bar? declared in <root>.E' type=@[FlexibleNullability] kotlin.Int? origin=null
          TYPE_ARG U: @[FlexibleNullability] kotlin.Int?
          ARG <this>: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
      CALL 'public open fun foo <U> (a: U of <root>.F.foo): kotlin.Unit declared in <root>.F' type=kotlin.Unit origin=null
        TYPE_ARG U: kotlin.Double
        ARG <this>: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
        ARG a: CONST Double type=kotlin.Double value=2.2
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        CALL 'public open fun bar <U> (): U of <root>.F.bar declared in <root>.F' type=kotlin.Double origin=null
          TYPE_ARG U: kotlin.Double
          ARG <this>: GET_VAR 'f: <root>.F declared in <root>.test' type=<root>.F origin=null
