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: @[FlexibleNullability] 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: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:a index:1 type:@[FlexibleNullability] kotlin.Array<out @[FlexibleNullability] kotlin.Int?>? varargElementType:@[FlexibleNullability] kotlin.Int? [vararg]
      overridden:
        public open fun foo (vararg a: @[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.Any>]
    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: @[FlexibleNullability] kotlin.Any?
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:B modality:FINAL visibility:public superTypes:[<root>.Java1<kotlin.Any>]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <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:foo visibility:public modality:OPEN returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.B
      VALUE_PARAMETER kind:Regular name:a index:1 type:kotlin.Array<out kotlin.Any> varargElementType:kotlin.Any [vararg]
      overridden:
        public open fun foo (vararg a: @[FlexibleNullability] T of <root>.Java1?): kotlin.Unit declared in <root>.Java1
      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
    BLOCK_BODY
      CALL 'public open fun foo (vararg a: @[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 a: VARARG type=kotlin.Array<out @[FlexibleNullability] kotlin.Int?>? varargElementType=@[FlexibleNullability] kotlin.Int?
          CONST Int type=kotlin.Int value=1
          CONST Int type=kotlin.Int value=2
      CALL 'public open fun foo (vararg a: @[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 a: VARARG type=kotlin.Array<out @[FlexibleNullability] kotlin.Int?>? varargElementType=@[FlexibleNullability] kotlin.Int?
          CONST Null type=kotlin.Nothing? value=null
      CALL 'public open fun foo (vararg a: kotlin.Any): 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 a: VARARG type=kotlin.Array<out kotlin.Any> varargElementType=kotlin.Any
          CONST String type=kotlin.String value=""
          CONST Int type=kotlin.Int value=1
