Module: separate FILE fqName: fileName:/KotlinInternalSeparate.kt CLASS CLASS name:KotlinInternalSeparate modality:OPEN visibility:public superTypes:[kotlin.Any] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.KotlinInternalSeparate CONSTRUCTOR visibility:public <> () returnType:.KotlinInternalSeparate [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in kotlin.Any' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:KotlinInternalSeparate modality:OPEN visibility:public superTypes:[kotlin.Any]' 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:foo visibility:internal modality:OPEN <> ($this:.KotlinInternalSeparate) returnType:kotlin.Unit annotations: PublishedApi $this: VALUE_PARAMETER name: type:.KotlinInternalSeparate BLOCK_BODY PROPERTY name:a visibility:internal modality:OPEN [val] annotations: PublishedApi FUN name: visibility:internal modality:OPEN <> ($this:.KotlinInternalSeparate) returnType:kotlin.Int correspondingProperty: PROPERTY name:a visibility:internal modality:OPEN [val] $this: VALUE_PARAMETER name: type:.KotlinInternalSeparate BLOCK_BODY RETURN type=kotlin.Nothing from='internal open fun (): kotlin.Int declared in .KotlinInternalSeparate' CONST Int type=kotlin.Int value=1 Module: main FILE fqName: fileName:/test.kt CLASS CLASS name:A modality:FINAL visibility:public superTypes:[.JavaDefault; .InternalVisibility] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.A CONSTRUCTOR visibility:public <> () returnType:.A [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .InternalVisibility' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:A modality:FINAL visibility:public superTypes:[.JavaDefault; .InternalVisibility]' 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 .JavaDefault public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .InternalVisibility $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 .JavaDefault public open fun hashCode (): kotlin.Int declared in .InternalVisibility $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 .JavaDefault public open fun toString (): kotlin.String declared in .InternalVisibility $this: VALUE_PARAMETER name: type:kotlin.Any FUN name:foo visibility:public modality:OPEN <> ($this:.A) returnType:kotlin.Unit overridden: public abstract fun foo (): kotlin.Unit declared in .JavaDefault internal open fun foo (): kotlin.Unit declared in .InternalVisibility $this: VALUE_PARAMETER name: type:.A BLOCK_BODY PROPERTY name:a visibility:internal modality:OPEN [val] overridden: internal open a: kotlin.Int FUN name: visibility:internal modality:OPEN <> ($this:.A) returnType:kotlin.Int correspondingProperty: PROPERTY name:a visibility:internal modality:OPEN [val] overridden: internal open fun (): kotlin.Int declared in .InternalVisibility $this: VALUE_PARAMETER name: type:.A BLOCK_BODY RETURN type=kotlin.Nothing from='internal open fun (): kotlin.Int declared in .A' CONST Int type=kotlin.Int value=10 CLASS CLASS name:B modality:FINAL visibility:public superTypes:[.JavaPublic; .InternalVisibility] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.B CONSTRUCTOR visibility:public <> () returnType:.B [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .InternalVisibility' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:B modality:FINAL visibility:public superTypes:[.JavaPublic; .InternalVisibility]' 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 .JavaPublic public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .InternalVisibility $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 .JavaPublic public open fun hashCode (): kotlin.Int declared in .InternalVisibility $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 .JavaPublic public open fun toString (): kotlin.String declared in .InternalVisibility $this: VALUE_PARAMETER name: type:kotlin.Any FUN name:foo visibility:public modality:OPEN <> ($this:.B) returnType:kotlin.Unit overridden: public abstract fun foo (): kotlin.Unit declared in .JavaPublic internal open fun foo (): kotlin.Unit declared in .InternalVisibility $this: VALUE_PARAMETER name: type:.B BLOCK_BODY PROPERTY name:a visibility:internal modality:OPEN [val] overridden: internal open a: kotlin.Int FUN name: visibility:internal modality:OPEN <> ($this:.B) returnType:kotlin.Int correspondingProperty: PROPERTY name:a visibility:internal modality:OPEN [val] overridden: internal open fun (): kotlin.Int declared in .InternalVisibility $this: VALUE_PARAMETER name: type:.B BLOCK_BODY RETURN type=kotlin.Nothing from='internal open fun (): kotlin.Int declared in .B' CONST Int type=kotlin.Int value=10 CLASS CLASS name:C modality:ABSTRACT visibility:public superTypes:[.JavaDefault; .KotlinInternalSeparate] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.C CONSTRUCTOR visibility:public <> () returnType:.C [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .KotlinInternalSeparate' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:C modality:ABSTRACT visibility:public superTypes:[.JavaDefault; .KotlinInternalSeparate]' 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 .JavaDefault public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .KotlinInternalSeparate $this: VALUE_PARAMETER name: type:kotlin.Any VALUE_PARAMETER name:other index:0 type:kotlin.Any? FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT <> ($this:.JavaDefault) returnType:kotlin.Unit [fake_override] overridden: public abstract fun foo (): kotlin.Unit declared in .JavaDefault $this: VALUE_PARAMETER name: type:.JavaDefault 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 .JavaDefault public open fun hashCode (): kotlin.Int declared in .KotlinInternalSeparate $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 .JavaDefault public open fun toString (): kotlin.String declared in .KotlinInternalSeparate $this: VALUE_PARAMETER name: type:kotlin.Any CLASS CLASS name:D modality:FINAL visibility:public superTypes:[.JavaDefault; .KotlinInternalSeparate] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.D CONSTRUCTOR visibility:public <> () returnType:.D [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .KotlinInternalSeparate' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:D modality:FINAL visibility:public superTypes:[.JavaDefault; .KotlinInternalSeparate]' 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 .JavaDefault public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .KotlinInternalSeparate $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 .JavaDefault public open fun hashCode (): kotlin.Int declared in .KotlinInternalSeparate $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 .JavaDefault public open fun toString (): kotlin.String declared in .KotlinInternalSeparate $this: VALUE_PARAMETER name: type:kotlin.Any FUN name:foo visibility:public modality:OPEN <> ($this:.D) returnType:kotlin.Unit overridden: public abstract fun foo (): kotlin.Unit declared in .JavaDefault $this: VALUE_PARAMETER name: type:.D BLOCK_BODY CLASS CLASS name:E modality:ABSTRACT visibility:public superTypes:[.JavaPublic; .KotlinInternalSeparate] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.E CONSTRUCTOR visibility:public <> () returnType:.E [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .KotlinInternalSeparate' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:E modality:ABSTRACT visibility:public superTypes:[.JavaPublic; .KotlinInternalSeparate]' 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 .JavaPublic public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .KotlinInternalSeparate $this: VALUE_PARAMETER name: type:kotlin.Any VALUE_PARAMETER name:other index:0 type:kotlin.Any? FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT <> ($this:.JavaPublic) returnType:kotlin.Unit [fake_override] overridden: public abstract fun foo (): kotlin.Unit declared in .JavaPublic $this: VALUE_PARAMETER name: type:.JavaPublic 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 .JavaPublic public open fun hashCode (): kotlin.Int declared in .KotlinInternalSeparate $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 .JavaPublic public open fun toString (): kotlin.String declared in .KotlinInternalSeparate $this: VALUE_PARAMETER name: type:kotlin.Any CLASS CLASS name:F modality:FINAL visibility:public superTypes:[.JavaPublic; .KotlinInternalSeparate] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.F CONSTRUCTOR visibility:public <> () returnType:.F [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in .KotlinInternalSeparate' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:F modality:FINAL visibility:public superTypes:[.JavaPublic; .KotlinInternalSeparate]' 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 .JavaPublic public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .KotlinInternalSeparate $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 .JavaPublic public open fun hashCode (): kotlin.Int declared in .KotlinInternalSeparate $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 .JavaPublic public open fun toString (): kotlin.String declared in .KotlinInternalSeparate $this: VALUE_PARAMETER name: type:kotlin.Any FUN name:foo visibility:public modality:OPEN <> ($this:.F) returnType:kotlin.Unit overridden: public abstract fun foo (): kotlin.Unit declared in .JavaPublic $this: VALUE_PARAMETER name: type:.F BLOCK_BODY CLASS CLASS name:InternalVisibility modality:OPEN visibility:public superTypes:[kotlin.Any] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.InternalVisibility PROPERTY name:a visibility:internal modality:OPEN [val] annotations: PublishedApi FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private [final] EXPRESSION_BODY CONST Int type=kotlin.Int value=4 FUN DEFAULT_PROPERTY_ACCESSOR name: visibility:internal modality:OPEN <> ($this:.InternalVisibility) returnType:kotlin.Int correspondingProperty: PROPERTY name:a visibility:internal modality:OPEN [val] $this: VALUE_PARAMETER name: type:.InternalVisibility BLOCK_BODY RETURN type=kotlin.Nothing from='internal open fun (): kotlin.Int declared in .InternalVisibility' GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private [final]' type=kotlin.Int origin=null receiver: GET_VAR ': .InternalVisibility declared in .InternalVisibility.' type=.InternalVisibility origin=null CONSTRUCTOR visibility:public <> () returnType:.InternalVisibility [primary] BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in kotlin.Any' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:InternalVisibility modality:OPEN visibility:public superTypes:[kotlin.Any]' 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:foo visibility:internal modality:OPEN <> ($this:.InternalVisibility) returnType:kotlin.Unit annotations: PublishedApi $this: VALUE_PARAMETER name: type:.InternalVisibility BLOCK_BODY FUN name:test visibility:public modality:FINAL <> (a:.A, b:.B, c:.C, d:.D, e:.E, f:.F) 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 BLOCK_BODY CALL 'public open fun foo (): kotlin.Unit declared in .A' type=kotlin.Unit 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 'internal open 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 (): kotlin.Unit declared in .B' type=kotlin.Unit 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 'internal 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 abstract fun foo (): kotlin.Unit declared in .C' type=kotlin.Unit origin=null $this: GET_VAR 'c: .C declared in .test' type=.C origin=null CALL 'public open fun foo (): kotlin.Unit declared in .D' type=kotlin.Unit origin=null $this: GET_VAR 'd: .D declared in .test' type=.D origin=null CALL 'public open fun foo (): kotlin.Unit declared in .F' type=kotlin.Unit origin=null $this: GET_VAR 'f: .F declared in .test' type=.F origin=null