FILE fqName: fileName:/dynamicInDataClass.kt CLASS CLASS name:Some modality:FINAL visibility:public [data] superTypes:[kotlin.Any] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.Some CONSTRUCTOR visibility:public <> (a:kotlin.String, b:dynamic) returnType:.Some [primary] VALUE_PARAMETER name:a index:0 type:kotlin.String VALUE_PARAMETER name:b index:1 type:dynamic BLOCK_BODY DELEGATING_CONSTRUCTOR_CALL 'public constructor () declared in kotlin.Any' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Some modality:FINAL visibility:public [data] superTypes:[kotlin.Any]' PROPERTY name:a visibility:public modality:FINAL [val] FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.String visibility:private [final] EXPRESSION_BODY GET_VAR 'a: kotlin.String declared in .Some.' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER FUN DEFAULT_PROPERTY_ACCESSOR name: visibility:public modality:FINAL <> ($this:.Some) returnType:kotlin.String correspondingProperty: PROPERTY name:a visibility:public modality:FINAL [val] $this: VALUE_PARAMETER name: type:.Some BLOCK_BODY RETURN type=kotlin.Nothing from='public final fun (): kotlin.String declared in .Some' GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.String visibility:private [final]' type=kotlin.String origin=null receiver: GET_VAR ': .Some declared in .Some.' type=.Some origin=null PROPERTY name:b visibility:public modality:FINAL [val] FIELD PROPERTY_BACKING_FIELD name:b type:dynamic visibility:private [final] EXPRESSION_BODY GET_VAR 'b: dynamic declared in .Some.' type=dynamic origin=INITIALIZE_PROPERTY_FROM_PARAMETER FUN DEFAULT_PROPERTY_ACCESSOR name: visibility:public modality:FINAL <> ($this:.Some) returnType:dynamic correspondingProperty: PROPERTY name:b visibility:public modality:FINAL [val] $this: VALUE_PARAMETER name: type:.Some BLOCK_BODY RETURN type=kotlin.Nothing from='public final fun (): dynamic declared in .Some' GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:b type:dynamic visibility:private [final]' type=dynamic origin=null receiver: GET_VAR ': .Some declared in .Some.' type=.Some origin=null FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:.Some) returnType:kotlin.String [operator] $this: VALUE_PARAMETER name: type:.Some BLOCK_BODY RETURN type=kotlin.Nothing from='public final fun component1 (): kotlin.String declared in .Some' GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.String visibility:private [final]' type=kotlin.String origin=null receiver: GET_VAR ': .Some declared in .Some.component1' type=.Some origin=null FUN GENERATED_DATA_CLASS_MEMBER name:component2 visibility:public modality:FINAL <> ($this:.Some) returnType:dynamic [operator] $this: VALUE_PARAMETER name: type:.Some BLOCK_BODY RETURN type=kotlin.Nothing from='public final fun component2 (): dynamic declared in .Some' GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:b type:dynamic visibility:private [final]' type=dynamic origin=null receiver: GET_VAR ': .Some declared in .Some.component2' type=.Some origin=null FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:.Some, a:kotlin.String, b:dynamic) returnType:.Some $this: VALUE_PARAMETER name: type:.Some VALUE_PARAMETER name:a index:0 type:kotlin.String EXPRESSION_BODY GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.String visibility:private [final]' type=kotlin.String origin=null receiver: GET_VAR ': .Some declared in .Some.copy' type=.Some origin=null VALUE_PARAMETER name:b index:1 type:dynamic EXPRESSION_BODY GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:b type:dynamic visibility:private [final]' type=dynamic origin=null receiver: GET_VAR ': .Some declared in .Some.copy' type=.Some origin=null BLOCK_BODY RETURN type=kotlin.Nothing from='public final fun copy (a: kotlin.String, b: dynamic): .Some declared in .Some' CONSTRUCTOR_CALL 'public constructor (a: kotlin.String, b: dynamic) declared in .Some' type=.Some origin=null a: GET_VAR 'a: kotlin.String declared in .Some.copy' type=kotlin.String origin=null b: GET_VAR 'b: dynamic declared in .Some.copy' type=dynamic origin=null FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:.Some) returnType:kotlin.String overridden: public open fun toString (): kotlin.String declared in kotlin.Any $this: VALUE_PARAMETER name: type:.Some BLOCK_BODY RETURN type=kotlin.Nothing from='public open fun toString (): kotlin.String declared in .Some' STRING_CONCATENATION type=kotlin.String CONST String type=kotlin.String value="Some(" CONST String type=kotlin.String value="a=" GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.String visibility:private [final]' type=kotlin.String origin=null receiver: GET_VAR ': .Some declared in .Some.toString' type=.Some origin=null CONST String type=kotlin.String value=", " CONST String type=kotlin.String value="b=" GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:b type:dynamic visibility:private [final]' type=dynamic origin=null receiver: GET_VAR ': .Some declared in .Some.toString' type=.Some origin=null CONST String type=kotlin.String value=")" FUN GENERATED_DATA_CLASS_MEMBER name:hashCode visibility:public modality:OPEN <> ($this:.Some) returnType:kotlin.Int overridden: public open fun hashCode (): kotlin.Int declared in kotlin.Any $this: VALUE_PARAMETER name: type:.Some BLOCK_BODY VAR name:result type:kotlin.Int [var] CALL 'public open fun hashCode (): kotlin.Int declared in kotlin.String' type=kotlin.Int origin=null $this: GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.String visibility:private [final]' type=kotlin.String origin=null receiver: GET_VAR ': .Some declared in .Some.hashCode' type=.Some origin=null SET_VAR 'var result: kotlin.Int declared in .Some.hashCode' type=kotlin.Unit origin=EQ CALL 'public final fun plus (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null $this: CALL 'public final fun times (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=null $this: GET_VAR 'var result: kotlin.Int declared in .Some.hashCode' type=kotlin.Int origin=null other: CONST Int type=kotlin.Int value=31 other: WHEN type=kotlin.Int origin=null BRANCH if: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EQEQ arg0: GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:b type:dynamic visibility:private [final]' type=dynamic origin=null receiver: GET_VAR ': .Some declared in .Some.hashCode' type=.Some origin=null arg1: CONST Null type=kotlin.Nothing? value=null then: CONST Int type=kotlin.Int value=0 BRANCH if: CONST Boolean type=kotlin.Boolean value=true then: CALL 'public open fun hashCode (): kotlin.Int declared in kotlin.Any' type=kotlin.Int origin=null $this: TYPE_OP type=kotlin.Any origin=IMPLICIT_DYNAMIC_CAST typeOperand=kotlin.Any GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:b type:dynamic visibility:private [final]' type=dynamic origin=null receiver: GET_VAR ': .Some declared in .Some.hashCode' type=.Some origin=null RETURN type=kotlin.Nothing from='public open fun hashCode (): kotlin.Int declared in .Some' GET_VAR 'var result: kotlin.Int declared in .Some.hashCode' type=kotlin.Int origin=null FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:.Some, other:kotlin.Any?) returnType:kotlin.Boolean [operator] overridden: public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in kotlin.Any $this: VALUE_PARAMETER name: type:.Some VALUE_PARAMETER name:other index:0 type:kotlin.Any? BLOCK_BODY WHEN type=kotlin.Unit origin=null BRANCH if: CALL 'public final fun EQEQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EQEQEQ arg0: GET_VAR ': .Some declared in .Some.equals' type=.Some origin=null arg1: GET_VAR 'other: kotlin.Any? declared in .Some.equals' type=kotlin.Any? origin=null then: RETURN type=kotlin.Nothing from='public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Some' CONST Boolean type=kotlin.Boolean value=true WHEN type=kotlin.Unit origin=null BRANCH if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=.Some GET_VAR 'other: kotlin.Any? declared in .Some.equals' type=kotlin.Any? origin=null then: RETURN type=kotlin.Nothing from='public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Some' CONST Boolean type=kotlin.Boolean value=false VAR IR_TEMPORARY_VARIABLE name:tmp_0 type:.Some [val] TYPE_OP type=.Some origin=CAST typeOperand=.Some GET_VAR 'other: kotlin.Any? declared in .Some.equals' type=kotlin.Any? origin=null WHEN type=kotlin.Unit origin=null BRANCH if: CALL 'public final fun not (): kotlin.Boolean declared in kotlin.Boolean' type=kotlin.Boolean origin=EXCLEQ $this: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EXCLEQ arg0: GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.String visibility:private [final]' type=kotlin.String origin=null receiver: GET_VAR ': .Some declared in .Some.equals' type=.Some origin=null arg1: GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.String visibility:private [final]' type=kotlin.String origin=null receiver: GET_VAR 'val tmp_0: .Some declared in .Some.equals' type=.Some origin=null then: RETURN type=kotlin.Nothing from='public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Some' CONST Boolean type=kotlin.Boolean value=false WHEN type=kotlin.Unit origin=null BRANCH if: CALL 'public final fun not (): kotlin.Boolean declared in kotlin.Boolean' type=kotlin.Boolean origin=EXCLEQ $this: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EXCLEQ arg0: GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:b type:dynamic visibility:private [final]' type=dynamic origin=null receiver: GET_VAR ': .Some declared in .Some.equals' type=.Some origin=null arg1: GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:b type:dynamic visibility:private [final]' type=dynamic origin=null receiver: GET_VAR 'val tmp_0: .Some declared in .Some.equals' type=.Some origin=null then: RETURN type=kotlin.Nothing from='public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Some' CONST Boolean type=kotlin.Boolean value=false RETURN type=kotlin.Nothing from='public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in .Some' CONST Boolean type=kotlin.Boolean value=true FUN name:box visibility:public modality:FINAL <> () returnType:kotlin.String BLOCK_BODY VAR name:event type:.Some [val] CONSTRUCTOR_CALL 'public constructor (a: kotlin.String, b: dynamic) declared in .Some' type=.Some origin=null a: CONST String type=kotlin.String value="O" b: CONST String type=kotlin.String value="K" TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit CALL 'public open fun hashCode (): kotlin.Int declared in .Some' type=kotlin.Int origin=null $this: GET_VAR 'val event: .Some declared in .box' type=.Some origin=null RETURN type=kotlin.Nothing from='public final fun box (): kotlin.String declared in ' CONST String type=kotlin.String value="OK"