Files
kotlin-fork/compiler/testData/ir/irText/fakeOverrides/vararg/intersectionWithGenericOnVarargOverride.ir.txt
anzhela.sukhanova 82255d5ee8 [Test] KT-61360: add tests for the IrFakeOverrideBuilder
Add tests for fake overrides with focus on java interoperability

Co-authored-by: Aleksandra Arsenteva <aleksandra.arsenteva@jetbrains.com>
2024-03-04 16:21:02 +00:00

249 lines
21 KiB
Plaintext
Vendored

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