FILE fqName:<root> fileName:/1.kt
  CLASS CLASS name:A modality:FINAL visibility:public superTypes:[<root>.Java1<T of <root>.A>; <root>.Java2<T of <root>.A>]
    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
    CONSTRUCTOR visibility:public returnType:<root>.A<T of <root>.A> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Java1'
          TYPE_ARG T: @[FlexibleNullability] T of <root>.A?
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:A modality:FINAL visibility:public superTypes:[<root>.Java1<T of <root>.A>; <root>.Java2<T of <root>.A>]' 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:foo visibility:public modality:OPEN returnType:kotlin.Unit [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Java1<T of <root>.A>
      VALUE_PARAMETER kind:Regular name:a index:1 type:@[FlexibleNullability] kotlin.Array<out @[FlexibleNullability] T of <root>.A?>? varargElementType:@[FlexibleNullability] T of <root>.A? [vararg]
      overridden:
        public open fun foo (vararg a: @[FlexibleNullability] T of <root>.Java1?): kotlin.Unit declared in <root>.Java1
        public abstract fun foo (vararg a: @[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>.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
  CLASS CLASS name:B modality:FINAL 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 <root>.Java1'
          TYPE_ARG T: @[FlexibleNullability] T of <root>.B?
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:B modality:FINAL visibility:public superTypes:[<root>.Java1<T of <root>.B>; <root>.Java2<T of <root>.B>]' 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:foo visibility:public modality:OPEN returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.B<T of <root>.B>
      VALUE_PARAMETER kind:Regular name:a index:1 type:kotlin.Array<out T of <root>.B> varargElementType:T of <root>.B [vararg]
      overridden:
        public open fun foo (vararg a: @[FlexibleNullability] T of <root>.Java1?): kotlin.Unit declared in <root>.Java1
        public abstract fun foo (vararg a: @[FlexibleNullability] T of <root>.Java2?): kotlin.Unit declared in <root>.Java2
      BLOCK_BODY
  CLASS CLASS name:C modality:ABSTRACT visibility:public superTypes:[<root>.Java2<T of <root>.C>; <root>.KotlinInterface<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
    CONSTRUCTOR visibility:public returnType:<root>.C<T of <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<T of <root>.C>; <root>.KotlinInterface<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>.Java2
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.KotlinInterface
    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<T of <root>.C>
      VALUE_PARAMETER kind:Regular name:a index:1 type:@[FlexibleNullability] kotlin.Array<out @[FlexibleNullability] T of <root>.C?>? varargElementType:@[FlexibleNullability] T of <root>.C? [vararg]
      overridden:
        public abstract fun foo (vararg a: @[FlexibleNullability] T of <root>.Java2?): kotlin.Unit declared in <root>.Java2
        public abstract fun foo (vararg a: T of <root>.KotlinInterface): kotlin.Unit declared in <root>.KotlinInterface
    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
        public open fun hashCode (): kotlin.Int declared in <root>.KotlinInterface
    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
        public open fun toString (): kotlin.String declared in <root>.KotlinInterface
  CLASS CLASS name:D modality:FINAL visibility:public superTypes:[<root>.Java2<T of <root>.D>; <root>.KotlinInterface<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:FINAL visibility:public superTypes:[<root>.Java2<T of <root>.D>; <root>.KotlinInterface<T of <root>.D>]' 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
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.KotlinInterface
    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
        public open fun hashCode (): kotlin.Int declared in <root>.KotlinInterface
    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
        public open fun toString (): kotlin.String declared in <root>.KotlinInterface
    FUN name:foo visibility:public modality:OPEN returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.D<T of <root>.D>
      VALUE_PARAMETER kind:Regular name:a index:1 type:kotlin.Array<out T of <root>.D> varargElementType:T of <root>.D [vararg]
      overridden:
        public abstract fun foo (vararg a: @[FlexibleNullability] T of <root>.Java2?): kotlin.Unit declared in <root>.Java2
        public abstract fun foo (vararg a: T of <root>.KotlinInterface): kotlin.Unit declared in <root>.KotlinInterface
      BLOCK_BODY
  CLASS CLASS name:E modality:FINAL visibility:public superTypes:[<root>.Java1<kotlin.Int>; <root>.Java2<kotlin.Int?>]
    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 <root>.Java1'
          TYPE_ARG T: @[FlexibleNullability] kotlin.Int?
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:E modality:FINAL visibility:public superTypes:[<root>.Java1<kotlin.Int>; <root>.Java2<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
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.Java2
    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
        public abstract fun foo (vararg a: @[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>.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
  CLASS INTERFACE name:KotlinInterface modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.KotlinInterface<T of <root>.KotlinInterface>
    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:foo visibility:public modality:ABSTRACT returnType:kotlin.Unit
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.KotlinInterface<T of <root>.KotlinInterface>
      VALUE_PARAMETER kind:Regular name:a index:1 type:kotlin.Array<out T of <root>.KotlinInterface> varargElementType:T of <root>.KotlinInterface [vararg]
  FUN name:test visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Regular name:a index:0 type:<root>.A<kotlin.Int>
    VALUE_PARAMETER kind:Regular name:b index:1 type:<root>.B<kotlin.Int?>
    VALUE_PARAMETER kind:Regular name:c index:2 type:<root>.C<kotlin.Any>
    VALUE_PARAMETER kind:Regular name:d index:3 type:<root>.D<kotlin.Any?>
    VALUE_PARAMETER kind:Regular name:e index:4 type:<root>.E
    BLOCK_BODY
      CALL 'public open fun foo (vararg a: @[FlexibleNullability] T of <root>.A?): kotlin.Unit declared in <root>.A' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'a: <root>.A<kotlin.Int> declared in <root>.test' type=<root>.A<kotlin.Int> 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] T of <root>.A?): kotlin.Unit declared in <root>.A' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'a: <root>.A<kotlin.Int> declared in <root>.test' type=<root>.A<kotlin.Int> origin=null
        ARG a: VARARG type=kotlin.Array<out @[FlexibleNullability] kotlin.Int?>? varargElementType=@[FlexibleNullability] kotlin.Int?
          CONST Int type=kotlin.Int value=1
          CONST Null type=kotlin.Nothing? value=null
      CALL 'public open fun foo (vararg a: @[FlexibleNullability] T of <root>.A?): kotlin.Unit declared in <root>.A' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'a: <root>.A<kotlin.Int> declared in <root>.test' type=<root>.A<kotlin.Int> 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: 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 a: VARARG type=kotlin.Array<out kotlin.Int?> varargElementType=kotlin.Int?
          CONST Int type=kotlin.Int value=1
          CONST Int type=kotlin.Int value=2
      CALL 'public open fun foo (vararg a: 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 a: VARARG type=kotlin.Array<out kotlin.Int?> varargElementType=kotlin.Int?
          CONST Int type=kotlin.Int value=1
          CONST Null type=kotlin.Nothing? value=null
      CALL 'public open fun foo (vararg a: 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 a: VARARG type=kotlin.Array<out kotlin.Int?> varargElementType=kotlin.Int?
          CONST Null type=kotlin.Nothing? value=null
      CALL 'public abstract fun foo (vararg a: @[FlexibleNullability] 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 a: VARARG type=kotlin.Array<out @[FlexibleNullability] kotlin.Any?>? varargElementType=@[FlexibleNullability] kotlin.Any?
          CONST Int type=kotlin.Int value=1
          CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun foo (vararg a: @[FlexibleNullability] 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 a: VARARG type=kotlin.Array<out @[FlexibleNullability] kotlin.Any?>? varargElementType=@[FlexibleNullability] kotlin.Any?
          CONST String type=kotlin.String value="1"
          CONST String type=kotlin.String value="2"
          CONST Null type=kotlin.Nothing? value=null
      CALL 'public abstract fun foo (vararg a: @[FlexibleNullability] 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 a: VARARG type=kotlin.Array<out @[FlexibleNullability] kotlin.Any?>? varargElementType=@[FlexibleNullability] kotlin.Any?
          CONST Null type=kotlin.Nothing? value=null
      CALL 'public open fun foo (vararg a: 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 a: VARARG type=kotlin.Array<out kotlin.Any?> varargElementType=kotlin.Any?
          CONST Int type=kotlin.Int value=1
          CONST Int type=kotlin.Int value=2
      CALL 'public abstract fun foo (vararg a: @[FlexibleNullability] 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 a: VARARG type=kotlin.Array<out @[FlexibleNullability] kotlin.Any?>? varargElementType=@[FlexibleNullability] kotlin.Any?
          CONST String type=kotlin.String value="1"
          CONST String type=kotlin.String value="2"
          CONST Null type=kotlin.Nothing? value=null
      CALL 'public open fun foo (vararg a: 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 a: VARARG type=kotlin.Array<out kotlin.Any?> varargElementType=kotlin.Any?
          CONST Null type=kotlin.Nothing? value=null
      CALL 'public open fun foo (vararg a: @[FlexibleNullability] kotlin.Int?): kotlin.Unit declared in <root>.E' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E 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>.E' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
        ARG a: VARARG type=kotlin.Array<out @[FlexibleNullability] kotlin.Int?>? varargElementType=@[FlexibleNullability] kotlin.Int?
          CONST Int type=kotlin.Int value=1
          CONST Null type=kotlin.Nothing? value=null
      CALL 'public open fun foo (vararg a: @[FlexibleNullability] kotlin.Int?): kotlin.Unit declared in <root>.E' type=kotlin.Unit origin=null
        ARG <this>: GET_VAR 'e: <root>.E declared in <root>.test' type=<root>.E origin=null
        ARG a: VARARG type=kotlin.Array<out @[FlexibleNullability] kotlin.Int?>? varargElementType=@[FlexibleNullability] kotlin.Int?
          CONST Null type=kotlin.Nothing? value=null
