FILE fqName: fileName:/1.kt CLASS CLASS name:A modality:ABSTRACT visibility:public superTypes:[.Java1; .Java2; .KotlinInterface] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.A CONSTRUCTOR visibility:public <> () returnType:.A [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .Java2' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:A modality:ABSTRACT visibility:public superTypes:[.Java1; .Java2; .KotlinInterface]' FUN FAKE_OVERRIDE name:bar visibility:public modality:OPEN <> ($this:.KotlinInterface) returnType:kotlin.Int [fake_override] overridden: public open fun bar (): kotlin.Int declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.KotlinInterface FUN FAKE_OVERRIDE name:bar visibility:public/*package*/ modality:OPEN <> () returnType:@[FlexibleNullability] kotlin.Int? [fake_override] overridden: public/*package*/ open fun bar (): @[FlexibleNullability] kotlin.Int? declared in .Java2 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 .Java1 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Java2 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .KotlinInterface $this: VALUE_PARAMETER name: type:kotlin.Any VALUE_PARAMETER name:other index:0 type:kotlin.Any? FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> ($this:.KotlinInterface, t:kotlin.Int) returnType:kotlin.Unit [fake_override] overridden: public open fun foo (t: kotlin.Int): kotlin.Unit declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.KotlinInterface VALUE_PARAMETER name:t index:0 type:kotlin.Int FUN FAKE_OVERRIDE name:foo visibility:public/*package*/ modality:OPEN <> (t:@[FlexibleNullability] kotlin.Int?) returnType:kotlin.Unit [fake_override] overridden: public/*package*/ open fun foo (t: @[FlexibleNullability] kotlin.Int?): kotlin.Unit declared in .Java2 VALUE_PARAMETER name:t index:0 type:@[FlexibleNullability] kotlin.Int? 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 .Java1 public open fun hashCode (): kotlin.Int declared in .Java2 public open fun hashCode (): kotlin.Int declared in .KotlinInterface $this: VALUE_PARAMETER name: 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 .Java1 public open fun toString (): kotlin.String declared in .Java2 public open fun toString (): kotlin.String declared in .KotlinInterface $this: VALUE_PARAMETER name: type:kotlin.Any PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var] overridden: public abstract a: kotlin.Int FUN FAKE_OVERRIDE name: visibility:public modality:ABSTRACT <> ($this:.KotlinInterface) returnType:kotlin.Int [fake_override] correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var] overridden: public abstract fun (): kotlin.Int declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.KotlinInterface FUN FAKE_OVERRIDE name: visibility:public modality:ABSTRACT <> ($this:.KotlinInterface, :kotlin.Int) returnType:kotlin.Unit [fake_override] correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var] overridden: public abstract fun (: kotlin.Int): kotlin.Unit declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.KotlinInterface VALUE_PARAMETER name: index:0 type:kotlin.Int CLASS CLASS name:B modality:FINAL visibility:public superTypes:[.Java1; .Java2; .KotlinInterface] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.B PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract a: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private EXPRESSION_BODY GET_VAR 'a: kotlin.Int declared in .B.' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER FUN DEFAULT_PROPERTY_ACCESSOR name: visibility:public modality:OPEN <> ($this:.B) returnType:kotlin.Int correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract fun (): kotlin.Int declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.B BLOCK_BODY RETURN type=kotlin.Nothing from='public open fun (): kotlin.Int declared in .B' GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private' type=kotlin.Int origin=null receiver: GET_VAR ': .B declared in .B.' type=.B origin=null FUN DEFAULT_PROPERTY_ACCESSOR name: visibility:public modality:OPEN <> ($this:.B, :kotlin.Int) returnType:kotlin.Unit correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract fun (: kotlin.Int): kotlin.Unit declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.B VALUE_PARAMETER name: index:0 type:kotlin.Int BLOCK_BODY SET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private' type=kotlin.Unit origin=null receiver: GET_VAR ': .B declared in .B.' type=.B origin=null value: GET_VAR ': kotlin.Int declared in .B.' type=kotlin.Int origin=null CONSTRUCTOR visibility:public <> (a:kotlin.Int) returnType:.B [primary] VALUE_PARAMETER name:a index:0 type:kotlin.Int BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .Java2' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:B modality:FINAL visibility:public superTypes:[.Java1; .Java2; .KotlinInterface]' FUN FAKE_OVERRIDE name:bar visibility:public/*package*/ modality:OPEN <> () returnType:@[FlexibleNullability] kotlin.Int? [fake_override] overridden: public/*package*/ open fun bar (): @[FlexibleNullability] kotlin.Int? declared in .Java2 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 .Java1 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Java2 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .KotlinInterface $this: VALUE_PARAMETER name: type:kotlin.Any VALUE_PARAMETER name:other index:0 type:kotlin.Any? FUN FAKE_OVERRIDE name:foo visibility:public/*package*/ modality:OPEN <> (t:@[FlexibleNullability] kotlin.Int?) returnType:kotlin.Unit [fake_override] overridden: public/*package*/ open fun foo (t: @[FlexibleNullability] kotlin.Int?): kotlin.Unit declared in .Java2 VALUE_PARAMETER name:t index:0 type:@[FlexibleNullability] kotlin.Int? 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 .Java1 public open fun hashCode (): kotlin.Int declared in .Java2 public open fun hashCode (): kotlin.Int declared in .KotlinInterface $this: VALUE_PARAMETER name: 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 .Java1 public open fun toString (): kotlin.String declared in .Java2 public open fun toString (): kotlin.String declared in .KotlinInterface $this: VALUE_PARAMETER name: type:kotlin.Any FUN name:bar visibility:public modality:OPEN <> ($this:.B) returnType:kotlin.Int overridden: public open fun bar (): kotlin.Int declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.B BLOCK_BODY RETURN type=kotlin.Nothing from='public open fun bar (): kotlin.Int declared in .B' CONST Int type=kotlin.Int value=5 FUN name:foo visibility:public modality:OPEN <> ($this:.B, t:kotlin.Int) returnType:kotlin.Unit overridden: public open fun foo (t: kotlin.Int): kotlin.Unit declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.B VALUE_PARAMETER name:t index:0 type:kotlin.Int BLOCK_BODY CLASS CLASS name:C modality:FINAL visibility:public superTypes:[.Java1; .KotlinInterface; .KotlinInterface2] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.C PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract a: kotlin.Int public abstract a: kotlin.Any FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private EXPRESSION_BODY GET_VAR 'a: kotlin.Int declared in .C.' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER FUN DEFAULT_PROPERTY_ACCESSOR name: visibility:public modality:OPEN <> ($this:.C) returnType:kotlin.Int correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract fun (): kotlin.Int declared in .KotlinInterface public abstract fun (): kotlin.Any declared in .KotlinInterface2 $this: VALUE_PARAMETER name: type:.C BLOCK_BODY RETURN type=kotlin.Nothing from='public open fun (): kotlin.Int declared in .C' GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private' type=kotlin.Int origin=null receiver: GET_VAR ': .C declared in .C.' type=.C origin=null FUN DEFAULT_PROPERTY_ACCESSOR name: visibility:public modality:OPEN <> ($this:.C, :kotlin.Int) returnType:kotlin.Unit correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract fun (: kotlin.Int): kotlin.Unit declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.C VALUE_PARAMETER name: index:0 type:kotlin.Int BLOCK_BODY SET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private' type=kotlin.Unit origin=null receiver: GET_VAR ': .C declared in .C.' type=.C origin=null value: GET_VAR ': kotlin.Int declared in .C.' type=kotlin.Int origin=null CONSTRUCTOR visibility:public <> (a:kotlin.Int) returnType:.C [primary] VALUE_PARAMETER name:a index:0 type:kotlin.Int BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in kotlin.Any' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:C modality:FINAL visibility:public superTypes:[.Java1; .KotlinInterface; .KotlinInterface2]' 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 .Java1 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .KotlinInterface public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .KotlinInterface2 $this: VALUE_PARAMETER name: type:kotlin.Any VALUE_PARAMETER name:other index:0 type:kotlin.Any? FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> ($this:.KotlinInterface, t:kotlin.Int) returnType:kotlin.Unit [fake_override] overridden: public open fun foo (t: kotlin.Int): kotlin.Unit declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.KotlinInterface VALUE_PARAMETER name:t index:0 type:kotlin.Int 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 .Java1 public open fun hashCode (): kotlin.Int declared in .KotlinInterface public open fun hashCode (): kotlin.Int declared in .KotlinInterface2 $this: VALUE_PARAMETER name: 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 .Java1 public open fun toString (): kotlin.String declared in .KotlinInterface public open fun toString (): kotlin.String declared in .KotlinInterface2 $this: VALUE_PARAMETER name: type:kotlin.Any FUN name:bar visibility:public modality:OPEN <> ($this:.C) returnType:kotlin.Int overridden: public open fun bar (): kotlin.Int declared in .KotlinInterface public abstract fun bar (): kotlin.Any declared in .KotlinInterface2 $this: VALUE_PARAMETER name: type:.C BLOCK_BODY RETURN type=kotlin.Nothing from='public open fun bar (): kotlin.Int declared in .C' CONST Int type=kotlin.Int value=1 FUN name:foo visibility:public modality:OPEN <> ($this:.C, t:kotlin.Any) returnType:kotlin.Unit overridden: public abstract fun foo (t: kotlin.Any): kotlin.Unit declared in .KotlinInterface2 $this: VALUE_PARAMETER name: type:.C VALUE_PARAMETER name:t index:0 type:kotlin.Any BLOCK_BODY CLASS CLASS name:D modality:FINAL visibility:public superTypes:[.Java1; .Java2; .Java3] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.D CONSTRUCTOR visibility:public <> () returnType:.D [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .Java2' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:D modality:FINAL visibility:public superTypes:[.Java1; .Java2; .Java3]' FUN FAKE_OVERRIDE name:bar visibility:public/*package*/ modality:OPEN <> () returnType:@[FlexibleNullability] kotlin.Int? [fake_override] overridden: public/*package*/ open fun bar (): @[FlexibleNullability] kotlin.Int? declared in .Java2 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 .Java1 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Java2 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Java3 $this: VALUE_PARAMETER name: type:kotlin.Any VALUE_PARAMETER name:other index:0 type:kotlin.Any? FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> ($this:.Java3, t:kotlin.Int) returnType:kotlin.Unit [fake_override] overridden: public open fun foo (t: kotlin.Int): kotlin.Unit declared in .Java3 $this: VALUE_PARAMETER name: type:.Java3 VALUE_PARAMETER name:t index:0 type:kotlin.Int FUN FAKE_OVERRIDE name:foo visibility:public/*package*/ modality:OPEN <> (t:@[FlexibleNullability] kotlin.Int?) returnType:kotlin.Unit [fake_override] overridden: public/*package*/ open fun foo (t: @[FlexibleNullability] kotlin.Int?): kotlin.Unit declared in .Java2 VALUE_PARAMETER name:t index:0 type:@[FlexibleNullability] kotlin.Int? 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 .Java1 public open fun hashCode (): kotlin.Int declared in .Java2 public open fun hashCode (): kotlin.Int declared in .Java3 $this: VALUE_PARAMETER name: 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 .Java1 public open fun toString (): kotlin.String declared in .Java2 public open fun toString (): kotlin.String declared in .Java3 $this: VALUE_PARAMETER name: type:kotlin.Any CLASS CLASS name:E modality:FINAL visibility:public superTypes:[.Java1; .Java2; .Java3] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.E CONSTRUCTOR visibility:public <> () returnType:.E [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .Java2' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:E modality:FINAL visibility:public superTypes:[.Java1; .Java2; .Java3]' FUN FAKE_OVERRIDE name:bar visibility:public/*package*/ modality:OPEN <> () returnType:@[FlexibleNullability] kotlin.Int? [fake_override] overridden: public/*package*/ open fun bar (): @[FlexibleNullability] kotlin.Int? declared in .Java2 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 .Java1 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Java2 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Java3 $this: VALUE_PARAMETER name: type:kotlin.Any VALUE_PARAMETER name:other index:0 type:kotlin.Any? FUN FAKE_OVERRIDE name:foo visibility:public/*package*/ modality:OPEN <> (t:@[FlexibleNullability] kotlin.Int?) returnType:kotlin.Unit [fake_override] overridden: public/*package*/ open fun foo (t: @[FlexibleNullability] kotlin.Int?): kotlin.Unit declared in .Java2 VALUE_PARAMETER name:t index:0 type:@[FlexibleNullability] kotlin.Int? 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 .Java1 public open fun hashCode (): kotlin.Int declared in .Java2 public open fun hashCode (): kotlin.Int declared in .Java3 $this: VALUE_PARAMETER name: 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 .Java1 public open fun toString (): kotlin.String declared in .Java2 public open fun toString (): kotlin.String declared in .Java3 $this: VALUE_PARAMETER name: type:kotlin.Any FUN name:foo visibility:public modality:OPEN <> ($this:.E, t:kotlin.Int) returnType:kotlin.Unit overridden: public open fun foo (t: kotlin.Int): kotlin.Unit declared in .Java3 $this: VALUE_PARAMETER name: type:.E VALUE_PARAMETER name:t index:0 type:kotlin.Int BLOCK_BODY CLASS CLASS name:F modality:ABSTRACT visibility:public superTypes:[.Java1; .Java4] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.F CONSTRUCTOR visibility:public <> () returnType:.F [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in kotlin.Any' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:F modality:ABSTRACT visibility:public superTypes:[.Java1; .Java4]' FUN FAKE_OVERRIDE name:bar visibility:public modality:OPEN <> ($this:.KotlinInterface) returnType:kotlin.Int [fake_override] overridden: public open fun bar (): kotlin.Int declared in .Java4 $this: VALUE_PARAMETER name: type:.KotlinInterface 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 .Java1 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Java4 $this: VALUE_PARAMETER name: type:kotlin.Any VALUE_PARAMETER name:other index:0 type:kotlin.Any? FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> ($this:.KotlinInterface, t:kotlin.Int) returnType:kotlin.Unit [fake_override] overridden: public open fun foo (t: kotlin.Int): kotlin.Unit declared in .Java4 $this: VALUE_PARAMETER name: type:.KotlinInterface VALUE_PARAMETER name:t index:0 type:kotlin.Int 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 .Java1 public open fun hashCode (): kotlin.Int declared in .Java4 $this: VALUE_PARAMETER name: 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 .Java1 public open fun toString (): kotlin.String declared in .Java4 $this: VALUE_PARAMETER name: type:kotlin.Any PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var] overridden: public abstract a: kotlin.Int FUN FAKE_OVERRIDE name: visibility:public modality:ABSTRACT <> ($this:.KotlinInterface) returnType:kotlin.Int [fake_override] correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var] overridden: public abstract fun (): kotlin.Int declared in .Java4 $this: VALUE_PARAMETER name: type:.KotlinInterface FUN FAKE_OVERRIDE name: visibility:public modality:ABSTRACT <> ($this:.KotlinInterface, :kotlin.Int) returnType:kotlin.Unit [fake_override] correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var] overridden: public abstract fun (: kotlin.Int): kotlin.Unit declared in .Java4 $this: VALUE_PARAMETER name: type:.KotlinInterface VALUE_PARAMETER name: index:0 type:kotlin.Int CLASS CLASS name:G modality:FINAL visibility:public superTypes:[.Java1; .Java4] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.G CONSTRUCTOR visibility:public <> () returnType:.G [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in kotlin.Any' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:G modality:FINAL visibility:public superTypes:[.Java1; .Java4]' 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 .Java1 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Java4 $this: VALUE_PARAMETER name: 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 .Java1 public open fun hashCode (): kotlin.Int declared in .Java4 $this: VALUE_PARAMETER name: 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 .Java1 public open fun toString (): kotlin.String declared in .Java4 $this: VALUE_PARAMETER name: type:kotlin.Any FUN name:bar visibility:public modality:OPEN <> ($this:.G) returnType:kotlin.Int overridden: public open fun bar (): kotlin.Int declared in .Java4 $this: VALUE_PARAMETER name: type:.G BLOCK_BODY RETURN type=kotlin.Nothing from='public open fun bar (): kotlin.Int declared in .G' CONST Int type=kotlin.Int value=10 FUN name:foo visibility:public modality:OPEN <> ($this:.G, t:kotlin.Int) returnType:kotlin.Unit overridden: public open fun foo (t: kotlin.Int): kotlin.Unit declared in .Java4 $this: VALUE_PARAMETER name: type:.G VALUE_PARAMETER name:t index:0 type:kotlin.Int BLOCK_BODY PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract a: kotlin.Int FUN name: visibility:public modality:OPEN <> ($this:.G) returnType:kotlin.Int correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract fun (): kotlin.Int declared in .Java4 $this: VALUE_PARAMETER name: type:.G BLOCK_BODY RETURN type=kotlin.Nothing from='public open fun (): kotlin.Int declared in .G' CONST Int type=kotlin.Int value=10 FUN name: visibility:public modality:OPEN <> ($this:.G, value:kotlin.Int) returnType:kotlin.Unit correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract fun (: kotlin.Int): kotlin.Unit declared in .Java4 $this: VALUE_PARAMETER name: type:.G VALUE_PARAMETER name:value index:0 type:kotlin.Int BLOCK_BODY CLASS CLASS name:H modality:FINAL visibility:public superTypes:[.Java4; .KotlinInterface2] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.H PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract a: kotlin.Int public abstract a: kotlin.Any FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private EXPRESSION_BODY GET_VAR 'a: kotlin.Int declared in .H.' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER FUN DEFAULT_PROPERTY_ACCESSOR name: visibility:public modality:OPEN <> ($this:.H) returnType:kotlin.Int correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract fun (): kotlin.Int declared in .Java4 public abstract fun (): kotlin.Any declared in .KotlinInterface2 $this: VALUE_PARAMETER name: type:.H BLOCK_BODY RETURN type=kotlin.Nothing from='public open fun (): kotlin.Int declared in .H' GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private' type=kotlin.Int origin=null receiver: GET_VAR ': .H declared in .H.' type=.H origin=null FUN DEFAULT_PROPERTY_ACCESSOR name: visibility:public modality:OPEN <> ($this:.H, :kotlin.Int) returnType:kotlin.Unit correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract fun (: kotlin.Int): kotlin.Unit declared in .Java4 $this: VALUE_PARAMETER name: type:.H VALUE_PARAMETER name: index:0 type:kotlin.Int BLOCK_BODY SET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private' type=kotlin.Unit origin=null receiver: GET_VAR ': .H declared in .H.' type=.H origin=null value: GET_VAR ': kotlin.Int declared in .H.' type=kotlin.Int origin=null CONSTRUCTOR visibility:public <> (a:kotlin.Int) returnType:.H [primary] VALUE_PARAMETER name:a index:0 type:kotlin.Int BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in kotlin.Any' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:H modality:FINAL visibility:public superTypes:[.Java4; .KotlinInterface2]' 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 .Java4 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .KotlinInterface2 $this: VALUE_PARAMETER name: 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 .Java4 public open fun hashCode (): kotlin.Int declared in .KotlinInterface2 $this: VALUE_PARAMETER name: 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 .Java4 public open fun toString (): kotlin.String declared in .KotlinInterface2 $this: VALUE_PARAMETER name: type:kotlin.Any FUN name:bar visibility:public modality:OPEN <> ($this:.H) returnType:kotlin.Int overridden: public open fun bar (): kotlin.Int declared in .Java4 public abstract fun bar (): kotlin.Any declared in .KotlinInterface2 $this: VALUE_PARAMETER name: type:.H BLOCK_BODY RETURN type=kotlin.Nothing from='public open fun bar (): kotlin.Int declared in .H' CONST Int type=kotlin.Int value=1 FUN name:foo visibility:public modality:OPEN <> ($this:.H, t:kotlin.Any) returnType:kotlin.Unit overridden: public abstract fun foo (t: kotlin.Any): kotlin.Unit declared in .KotlinInterface2 $this: VALUE_PARAMETER name: type:.H VALUE_PARAMETER name:t index:0 type:kotlin.Any BLOCK_BODY FUN name:foo visibility:public modality:OPEN <> ($this:.H, t:kotlin.Int) returnType:kotlin.Unit overridden: public open fun foo (t: kotlin.Int): kotlin.Unit declared in .Java4 $this: VALUE_PARAMETER name: type:.H VALUE_PARAMETER name:t index:0 type:kotlin.Int BLOCK_BODY CLASS CLASS name:I modality:ABSTRACT visibility:public superTypes:[.Java5; .KotlinInterface] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.I CONSTRUCTOR visibility:public <> () returnType:.I [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .Java5' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:I modality:ABSTRACT visibility:public superTypes:[.Java5; .KotlinInterface]' FUN FAKE_OVERRIDE name:bar visibility:public modality:OPEN <> ($this:.KotlinInterface) returnType:kotlin.Int [fake_override] overridden: public open fun bar (): kotlin.Int declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.KotlinInterface 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 .Java5 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .KotlinInterface $this: VALUE_PARAMETER name: type:kotlin.Any VALUE_PARAMETER name:other index:0 type:kotlin.Any? FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> ($this:.KotlinInterface, t:kotlin.Int) returnType:kotlin.Unit [fake_override] overridden: public open fun foo (t: kotlin.Int): kotlin.Unit declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.KotlinInterface VALUE_PARAMETER name:t index:0 type:kotlin.Int FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> (t:@[FlexibleNullability] kotlin.Any?) returnType:kotlin.Unit [fake_override] overridden: public open fun foo (t: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in .Java5 VALUE_PARAMETER name:t index:0 type:@[FlexibleNullability] 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 .Java5 public open fun hashCode (): kotlin.Int declared in .KotlinInterface $this: VALUE_PARAMETER name: 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 .Java5 public open fun toString (): kotlin.String declared in .KotlinInterface $this: VALUE_PARAMETER name: type:kotlin.Any PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var] overridden: public abstract a: kotlin.Int FUN FAKE_OVERRIDE name: visibility:public modality:ABSTRACT <> ($this:.KotlinInterface) returnType:kotlin.Int [fake_override] correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var] overridden: public abstract fun (): kotlin.Int declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.KotlinInterface FUN FAKE_OVERRIDE name: visibility:public modality:ABSTRACT <> ($this:.KotlinInterface, :kotlin.Int) returnType:kotlin.Unit [fake_override] correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:ABSTRACT [fake_override,var] overridden: public abstract fun (: kotlin.Int): kotlin.Unit declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.KotlinInterface VALUE_PARAMETER name: index:0 type:kotlin.Int CLASS CLASS name:J modality:FINAL visibility:public superTypes:[.Java5; .KotlinInterface] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.J CONSTRUCTOR visibility:public <> () returnType:.J [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .Java5' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:J modality:FINAL visibility:public superTypes:[.Java5; .KotlinInterface]' FUN FAKE_OVERRIDE name:bar visibility:public modality:OPEN <> ($this:.KotlinInterface) returnType:kotlin.Int [fake_override] overridden: public open fun bar (): kotlin.Int declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.KotlinInterface 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 .Java5 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .KotlinInterface $this: VALUE_PARAMETER name: type:kotlin.Any VALUE_PARAMETER name:other index:0 type:kotlin.Any? FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> ($this:.KotlinInterface, t:kotlin.Int) returnType:kotlin.Unit [fake_override] overridden: public open fun foo (t: kotlin.Int): kotlin.Unit declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.KotlinInterface VALUE_PARAMETER name:t index:0 type:kotlin.Int FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> (t:@[FlexibleNullability] kotlin.Any?) returnType:kotlin.Unit [fake_override] overridden: public open fun foo (t: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in .Java5 VALUE_PARAMETER name:t index:0 type:@[FlexibleNullability] 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 .Java5 public open fun hashCode (): kotlin.Int declared in .KotlinInterface $this: VALUE_PARAMETER name: 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 .Java5 public open fun toString (): kotlin.String declared in .KotlinInterface $this: VALUE_PARAMETER name: type:kotlin.Any PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract a: kotlin.Int FUN name: visibility:public modality:OPEN <> ($this:.J) returnType:kotlin.Int correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract fun (): kotlin.Int declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.J BLOCK_BODY RETURN type=kotlin.Nothing from='public open fun (): kotlin.Int declared in .J' CONST Int type=kotlin.Int value=10 FUN name: visibility:public modality:OPEN <> ($this:.J, value:kotlin.Int) returnType:kotlin.Unit correspondingProperty: PROPERTY name:a visibility:public modality:OPEN [var] overridden: public abstract fun (: kotlin.Int): kotlin.Unit declared in .KotlinInterface $this: VALUE_PARAMETER name: type:.J VALUE_PARAMETER name:value index:0 type:kotlin.Int BLOCK_BODY CLASS CLASS name:K modality:FINAL visibility:public superTypes:[.Java5; .Java3] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.K CONSTRUCTOR visibility:public <> () returnType:.K [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .Java5' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:K modality:FINAL visibility:public superTypes:[.Java5; .Java3]' 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 .Java5 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Java3 $this: VALUE_PARAMETER name: type:kotlin.Any VALUE_PARAMETER name:other index:0 type:kotlin.Any? FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> ($this:.Java3, t:kotlin.Int) returnType:kotlin.Unit [fake_override] overridden: public open fun foo (t: kotlin.Int): kotlin.Unit declared in .Java3 $this: VALUE_PARAMETER name: type:.Java3 VALUE_PARAMETER name:t index:0 type:kotlin.Int FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> (t:@[FlexibleNullability] kotlin.Any?) returnType:kotlin.Unit [fake_override] overridden: public open fun foo (t: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in .Java5 VALUE_PARAMETER name:t index:0 type:@[FlexibleNullability] 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 .Java5 public open fun hashCode (): kotlin.Int declared in .Java3 $this: VALUE_PARAMETER name: 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 .Java5 public open fun toString (): kotlin.String declared in .Java3 $this: VALUE_PARAMETER name: type:kotlin.Any CLASS CLASS name:L modality:FINAL visibility:public superTypes:[.Java5; .Java3] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.L CONSTRUCTOR visibility:public <> () returnType:.L [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .Java5' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:L modality:FINAL visibility:public superTypes:[.Java5; .Java3]' 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 .Java5 public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Java3 $this: VALUE_PARAMETER name: type:kotlin.Any VALUE_PARAMETER name:other index:0 type:kotlin.Any? FUN FAKE_OVERRIDE name:foo visibility:public modality:OPEN <> (t:@[FlexibleNullability] kotlin.Any?) returnType:kotlin.Unit [fake_override] overridden: public open fun foo (t: @[FlexibleNullability] kotlin.Any?): kotlin.Unit declared in .Java5 VALUE_PARAMETER name:t index:0 type:@[FlexibleNullability] 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 .Java5 public open fun hashCode (): kotlin.Int declared in .Java3 $this: VALUE_PARAMETER name: 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 .Java5 public open fun toString (): kotlin.String declared in .Java3 $this: VALUE_PARAMETER name: type:kotlin.Any FUN name:foo visibility:public modality:OPEN <> ($this:.L, t:kotlin.Int) returnType:kotlin.Unit overridden: public open fun foo (t: kotlin.Int): kotlin.Unit declared in .Java3 $this: VALUE_PARAMETER name: type:.L VALUE_PARAMETER name:t index:0 type:kotlin.Int BLOCK_BODY CLASS INTERFACE name:KotlinInterface modality:ABSTRACT visibility:public superTypes:[kotlin.Any] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.KotlinInterface 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: 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: 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: type:kotlin.Any FUN name:bar visibility:public modality:OPEN <> ($this:.KotlinInterface) returnType:kotlin.Int $this: VALUE_PARAMETER name: type:.KotlinInterface BLOCK_BODY RETURN type=kotlin.Nothing from='public open fun bar (): kotlin.Int declared in .KotlinInterface' CONST Int type=kotlin.Int value=10 FUN name:foo visibility:public modality:OPEN <> ($this:.KotlinInterface, t:kotlin.Int) returnType:kotlin.Unit $this: VALUE_PARAMETER name: type:.KotlinInterface VALUE_PARAMETER name:t index:0 type:kotlin.Int BLOCK_BODY PROPERTY name:a visibility:public modality:ABSTRACT [var] FUN DEFAULT_PROPERTY_ACCESSOR name: visibility:public modality:ABSTRACT <> ($this:.KotlinInterface) returnType:kotlin.Int correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var] $this: VALUE_PARAMETER name: type:.KotlinInterface FUN DEFAULT_PROPERTY_ACCESSOR name: visibility:public modality:ABSTRACT <> ($this:.KotlinInterface, :kotlin.Int) returnType:kotlin.Unit correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [var] $this: VALUE_PARAMETER name: type:.KotlinInterface VALUE_PARAMETER name: index:0 type:kotlin.Int CLASS INTERFACE name:KotlinInterface2 modality:ABSTRACT visibility:public superTypes:[kotlin.Any] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.KotlinInterface2 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: 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: 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: type:kotlin.Any FUN name:bar visibility:public modality:ABSTRACT <> ($this:.KotlinInterface2) returnType:kotlin.Any $this: VALUE_PARAMETER name: type:.KotlinInterface2 FUN name:foo visibility:public modality:ABSTRACT <> ($this:.KotlinInterface2, t:kotlin.Any) returnType:kotlin.Unit $this: VALUE_PARAMETER name: type:.KotlinInterface2 VALUE_PARAMETER name:t index:0 type:kotlin.Any PROPERTY name:a visibility:public modality:ABSTRACT [val] FUN DEFAULT_PROPERTY_ACCESSOR name: visibility:public modality:ABSTRACT <> ($this:.KotlinInterface2) returnType:kotlin.Any correspondingProperty: PROPERTY name:a visibility:public modality:ABSTRACT [val] $this: VALUE_PARAMETER name: type:.KotlinInterface2 FUN name:test visibility:public modality:FINAL <> (a:.A, b:.B, c:.C, d:.D, e:.E, f:.F, g:.G, h:.H, i:.I, j:.J, k:.K, l:.L) returnType:kotlin.Unit VALUE_PARAMETER name:a index:0 type:.A VALUE_PARAMETER name:b index:1 type:.B VALUE_PARAMETER name:c index:2 type:.C VALUE_PARAMETER name:d index:3 type:.D VALUE_PARAMETER name:e index:4 type:.E VALUE_PARAMETER name:f index:5 type:.F VALUE_PARAMETER name:g index:6 type:.G VALUE_PARAMETER name:h index:7 type:.H VALUE_PARAMETER name:i index:8 type:.I VALUE_PARAMETER name:j index:9 type:.J VALUE_PARAMETER name:k index:10 type:.K VALUE_PARAMETER name:l index:11 type:.L BLOCK_BODY TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit CALL 'public abstract fun (): kotlin.Int declared in .A' type=kotlin.Int origin=GET_PROPERTY $this: GET_VAR 'a: .A declared in .test' type=.A origin=null CALL 'public open fun foo (t: kotlin.Int): kotlin.Unit declared in .A' type=kotlin.Unit origin=null $this: GET_VAR 'a: .A declared in .test' type=.A origin=null 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 .A' type=kotlin.Int origin=null $this: GET_VAR 'a: .A declared in .test' type=.A origin=null TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit CALL 'public open fun (): kotlin.Int declared in .B' type=kotlin.Int origin=GET_PROPERTY $this: GET_VAR 'b: .B declared in .test' type=.B origin=null CALL 'public open fun foo (t: kotlin.Int): kotlin.Unit declared in .B' type=kotlin.Unit origin=null $this: GET_VAR 'b: .B declared in .test' type=.B origin=null 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 .B' type=kotlin.Int origin=null $this: GET_VAR 'b: .B declared in .test' type=.B origin=null TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit CALL 'public open fun (): kotlin.Int declared in .C' type=kotlin.Int origin=GET_PROPERTY $this: GET_VAR 'c: .C declared in .test' type=.C origin=null CALL 'public open fun foo (t: kotlin.Int): kotlin.Unit declared in .C' type=kotlin.Unit origin=null $this: GET_VAR 'c: .C declared in .test' type=.C origin=null t: CONST Int type=kotlin.Int value=1 CALL 'public open fun foo (t: kotlin.Any): kotlin.Unit declared in .C' type=kotlin.Unit origin=null $this: GET_VAR 'c: .C declared in .test' type=.C origin=null t: CONST String type=kotlin.String value="" TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit CALL 'public open fun bar (): kotlin.Int declared in .C' type=kotlin.Int origin=null $this: GET_VAR 'c: .C declared in .test' type=.C origin=null CALL 'public open fun foo (t: kotlin.Int): kotlin.Unit declared in .D' type=kotlin.Unit origin=null $this: GET_VAR 'd: .D declared in .test' type=.D origin=null t: CONST Int type=kotlin.Int value=1 CALL 'public open fun foo (t: kotlin.Int): kotlin.Unit declared in .E' type=kotlin.Unit origin=null $this: GET_VAR 'e: .E declared in .test' type=.E origin=null t: CONST Int type=kotlin.Int value=1 TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit CALL 'public abstract fun (): kotlin.Int declared in .F' type=kotlin.Int origin=GET_PROPERTY $this: GET_VAR 'f: .F declared in .test' type=.F origin=null CALL 'public open fun foo (t: kotlin.Int): kotlin.Unit declared in .F' type=kotlin.Unit origin=null $this: GET_VAR 'f: .F declared in .test' type=.F origin=null 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 .F' type=kotlin.Int origin=null $this: GET_VAR 'f: .F declared in .test' type=.F origin=null TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit CALL 'public open fun (): kotlin.Int declared in .G' type=kotlin.Int origin=GET_PROPERTY $this: GET_VAR 'g: .G declared in .test' type=.G origin=null CALL 'public open fun foo (t: kotlin.Int): kotlin.Unit declared in .G' type=kotlin.Unit origin=null $this: GET_VAR 'g: .G declared in .test' type=.G origin=null 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 .G' type=kotlin.Int origin=null $this: GET_VAR 'g: .G declared in .test' type=.G origin=null TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit CALL 'public open fun (): kotlin.Int declared in .H' type=kotlin.Int origin=GET_PROPERTY $this: GET_VAR 'h: .H declared in .test' type=.H origin=null CALL 'public open fun foo (t: kotlin.Int): kotlin.Unit declared in .H' type=kotlin.Unit origin=null $this: GET_VAR 'h: .H declared in .test' type=.H origin=null t: CONST Int type=kotlin.Int value=1 CALL 'public open fun foo (t: kotlin.Any): kotlin.Unit declared in .H' type=kotlin.Unit origin=null $this: GET_VAR 'h: .H declared in .test' type=.H origin=null t: CONST String type=kotlin.String value="" TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit CALL 'public open fun bar (): kotlin.Int declared in .H' type=kotlin.Int origin=null $this: GET_VAR 'h: .H declared in .test' type=.H origin=null TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit CALL 'public abstract fun (): kotlin.Int declared in .I' type=kotlin.Int origin=GET_PROPERTY $this: GET_VAR 'i: .I declared in .test' type=.I origin=null CALL 'public open fun foo (t: kotlin.Int): kotlin.Unit declared in .I' type=kotlin.Unit origin=null $this: GET_VAR 'i: .I declared in .test' type=.I origin=null 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 .I' type=kotlin.Int origin=null $this: GET_VAR 'i: .I declared in .test' type=.I origin=null TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit CALL 'public open fun (): kotlin.Int declared in .J' type=kotlin.Int origin=GET_PROPERTY $this: GET_VAR 'j: .J declared in .test' type=.J origin=null CALL 'public open fun foo (t: kotlin.Int): kotlin.Unit declared in .J' type=kotlin.Unit origin=null $this: GET_VAR 'j: .J declared in .test' type=.J origin=null 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 .J' type=kotlin.Int origin=null $this: GET_VAR 'j: .J declared in .test' type=.J origin=null CALL 'public open fun foo (t: kotlin.Int): kotlin.Unit declared in .K' type=kotlin.Unit origin=null $this: GET_VAR 'k: .K declared in .test' type=.K origin=null t: CONST Int type=kotlin.Int value=1 CALL 'public open fun foo (t: kotlin.Int): kotlin.Unit declared in .L' type=kotlin.Unit origin=null $this: GET_VAR 'l: .L declared in .test' type=.L origin=null t: CONST Int type=kotlin.Int value=1