Update testData to new format

This commit is contained in:
Dmitry Petrov
2018-01-12 14:19:55 +03:00
parent 4d54036d21
commit fdd000c94f
200 changed files with 7825 additions and 7861 deletions
@@ -1,46 +1,46 @@
@0:0..23:0 FILE /augmentedAssignmentWithExpression.kt
@2:0..8:1 CLASS CLASS Host
@2:0..8:1 VALUE_PARAMETER this@Host: Host
@2:0..8:1 CONSTRUCTOR public constructor Host()
@0:0..23:0 FILE fqName:test fileName:/augmentedAssignmentWithExpression.kt
@2:0..8:1 CLASS CLASS name:Host modality:FINAL visibility:public flags:
@2:0..8:1 VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:test.Host flags:
@2:0..8:1 CONSTRUCTOR visibility:public <> () returnType:test.Host flags:
@2:0..8:1 BLOCK_BODY
@2:0..8:1 DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
@2:0..8:1 INSTANCE_INITIALIZER_CALL classDescriptor='Host'
@3:4..38 FUN public final operator fun plusAssign(x: kotlin.Int): kotlin.Unit
@3:4..38 VALUE_PARAMETER this@Host: Host
@3:28..34 VALUE_PARAMETER value-parameter x: kotlin.Int
@3:4..38 FUN name:plusAssign visibility:public modality:FINAL <> ($this:test.Host, x:kotlin.Int) returnType:Unit flags:
@3:4..38 VALUE_PARAMETER name:<this> type:test.Host flags:
@3:28..34 VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
@3:36..38 BLOCK_BODY
@5:4..7:5 FUN public final fun test1(): kotlin.Unit
@5:4..7:5 VALUE_PARAMETER this@Host: Host
@5:4..7:5 FUN name:test1 visibility:public modality:FINAL <> ($this:test.Host) returnType:Unit flags:
@5:4..7:5 VALUE_PARAMETER name:<this> type:test.Host flags:
@5:16..7:5 BLOCK_BODY
@6:8..17 CALL 'plusAssign(Int): Unit' type=kotlin.Unit origin=PLUSEQ
@6:8..12 GET_VAR 'this@Host: Host' type=test.Host origin=PLUSEQ
@6:16..17 CONST Int type=kotlin.Int value='1'
@2:0..8:1 FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean
@2:0..8:1 VALUE_PARAMETER this@Any: Any
@-1:-1..-1 VALUE_PARAMETER value-parameter other: kotlin.Any?
@2:0..8:1 FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
@2:0..8:1 VALUE_PARAMETER this@Any: Any
@2:0..8:1 FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
@2:0..8:1 VALUE_PARAMETER this@Any: Any
@10:0..18 FUN public fun foo(): test.Host
@6:16..17 CONST Int type=kotlin.Int value=1
@2:0..8:1 FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@2:0..8:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@-1:-1..-1 VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
@2:0..8:1 FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
@2:0..8:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@2:0..8:1 FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
@2:0..8:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@10:0..18 FUN name:foo visibility:public modality:FINAL <> () returnType:Host flags:
@10:12..18 BLOCK_BODY
@10:12..18 RETURN type=kotlin.Nothing from='foo(): Host'
@10:12..18 RETURN type=kotlin.Nothing from=foo(): Host'
@10:12..18 CALL 'constructor Host()' type=test.Host origin=null
@12:0..14:1 FUN public fun test.Host.test2(): kotlin.Unit
@12:4..8 VALUE_PARAMETER this@test2: Host
@12:0..14:1 FUN name:test2 visibility:public modality:FINAL <> ($receiver:test.Host) returnType:Unit flags:
@12:4..8 VALUE_PARAMETER name:<this> type:test.Host flags:
@12:17..14:1 BLOCK_BODY
@13:4..13 CALL 'plusAssign(Int): Unit' type=kotlin.Unit origin=PLUSEQ
@13:4..8 GET_VAR 'this@test2: Host' type=test.Host origin=PLUSEQ
@13:12..13 CONST Int type=kotlin.Int value='1'
@16:0..18:1 FUN public fun test3(): kotlin.Unit
@13:12..13 CONST Int type=kotlin.Int value=1
@16:0..18:1 FUN name:test3 visibility:public modality:FINAL <> () returnType:Unit flags:
@16:12..18:1 BLOCK_BODY
@17:4..14 CALL 'plusAssign(Int): Unit' type=kotlin.Unit origin=PLUSEQ
@17:4..9 CALL 'foo(): Host' type=test.Host origin=null
@17:13..14 CONST Int type=kotlin.Int value='1'
@20:0..22:1 FUN public fun test4(a: () -> test.Host): kotlin.Unit
@20:10..23 VALUE_PARAMETER value-parameter a: () -> test.Host
@17:13..14 CONST Int type=kotlin.Int value=1
@20:0..22:1 FUN name:test4 visibility:public modality:FINAL <> (a:() -> test.Host) returnType:Unit flags:
@20:10..23 VALUE_PARAMETER name:a index:0 type:() -> test.Host flags:
@20:25..22:1 BLOCK_BODY
@21:4..12 CALL 'plusAssign(Int): Unit' type=kotlin.Unit origin=PLUSEQ
@21:4..7 CALL 'invoke(): Host' type=test.Host origin=INVOKE
@21:4..5 GET_VAR 'value-parameter a: () -> Host' type=() -> test.Host origin=VARIABLE_AS_FUNCTION
@21:11..12 CONST Int type=kotlin.Int value='1'
@21:11..12 CONST Int type=kotlin.Int value=1
+24 -24
View File
@@ -1,24 +1,24 @@
@0:0..26:1 FILE /kt17108.kt
@0:0..26:1 CLASS INTERFACE Boolean
@0:0..26:1 VALUE_PARAMETER this@Boolean: Boolean
@5:4..8:38 FUN public abstract operator fun not(): Boolean
@5:4..8:38 VALUE_PARAMETER this@Boolean: Boolean
@10:4..13:42 FUN public abstract infix fun and(other: Boolean): Boolean
@10:4..13:42 VALUE_PARAMETER this@Boolean: Boolean
@13:18..32 VALUE_PARAMETER value-parameter other: Boolean
@15:4..18:41 FUN public abstract infix fun or(other: Boolean): Boolean
@15:4..18:41 VALUE_PARAMETER this@Boolean: Boolean
@18:17..31 VALUE_PARAMETER value-parameter other: Boolean
@20:4..23:42 FUN public abstract infix fun xor(other: Boolean): Boolean
@20:4..23:42 VALUE_PARAMETER this@Boolean: Boolean
@23:18..32 VALUE_PARAMETER value-parameter other: Boolean
@25:4..38 FUN public abstract fun compareTo(other: Boolean): kotlin.Int
@25:4..38 VALUE_PARAMETER this@Boolean: Boolean
@25:18..32 VALUE_PARAMETER value-parameter other: Boolean
@0:0..26:1 FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean
@0:0..26:1 VALUE_PARAMETER this@Any: Any
@-1:-1..-1 VALUE_PARAMETER value-parameter other: kotlin.Any?
@0:0..26:1 FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int
@0:0..26:1 VALUE_PARAMETER this@Any: Any
@0:0..26:1 FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String
@0:0..26:1 VALUE_PARAMETER this@Any: Any
@0:0..26:1 FILE fqName:<root> fileName:/kt17108.kt
@0:0..26:1 CLASS INTERFACE name:Boolean modality:ABSTRACT visibility:public flags:
@0:0..26:1 VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Boolean flags:
@5:4..8:38 FUN name:not visibility:public modality:ABSTRACT <> ($this:Boolean) returnType:Boolean flags:
@5:4..8:38 VALUE_PARAMETER name:<this> type:Boolean flags:
@10:4..13:42 FUN name:and visibility:public modality:ABSTRACT <> ($this:Boolean, other:Boolean) returnType:Boolean flags:
@10:4..13:42 VALUE_PARAMETER name:<this> type:Boolean flags:
@13:18..32 VALUE_PARAMETER name:other index:0 type:Boolean flags:
@15:4..18:41 FUN name:or visibility:public modality:ABSTRACT <> ($this:Boolean, other:Boolean) returnType:Boolean flags:
@15:4..18:41 VALUE_PARAMETER name:<this> type:Boolean flags:
@18:17..31 VALUE_PARAMETER name:other index:0 type:Boolean flags:
@20:4..23:42 FUN name:xor visibility:public modality:ABSTRACT <> ($this:Boolean, other:Boolean) returnType:Boolean flags:
@20:4..23:42 VALUE_PARAMETER name:<this> type:Boolean flags:
@23:18..32 VALUE_PARAMETER name:other index:0 type:Boolean flags:
@25:4..38 FUN name:compareTo visibility:public modality:ABSTRACT <> ($this:Boolean, other:Boolean) returnType:Int flags:
@25:4..38 VALUE_PARAMETER name:<this> type:Boolean flags:
@25:18..32 VALUE_PARAMETER name:other index:0 type:Boolean flags:
@0:0..26:1 FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@0:0..26:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@-1:-1..-1 VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
@0:0..26:1 FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
@0:0..26:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@0:0..26:1 FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
@0:0..26:1 VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,104 +1,104 @@
@0:0..4:1 FILE /synthesizedDataClassMembers.kt
@0:0..4:1 CLASS CLASS C
@0:0..4:1 VALUE_PARAMETER this@C: C
@0:0..4:1 CONSTRUCTOR public constructor C(x: kotlin.Int, y: kotlin.String, z: kotlin.Any)
@1:8..18 VALUE_PARAMETER value-parameter x: kotlin.Int
@2:8..21 VALUE_PARAMETER value-parameter y: kotlin.String
@3:8..18 VALUE_PARAMETER value-parameter z: kotlin.Any
@0:0..4:1 FILE fqName:<root> fileName:/synthesizedDataClassMembers.kt
@0:0..4:1 CLASS CLASS name:C modality:FINAL visibility:public flags:data
@0:0..4:1 VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
@0:0..4:1 CONSTRUCTOR visibility:public <> (x:kotlin.Int, y:kotlin.String, z:kotlin.Any) returnType:C flags:
@1:8..18 VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
@2:8..21 VALUE_PARAMETER name:y index:1 type:kotlin.String flags:
@3:8..18 VALUE_PARAMETER name:z index:2 type:kotlin.Any flags:
@0:0..4:1 BLOCK_BODY
@0:0..4:1 DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
@0:0..4:1 INSTANCE_INITIALIZER_CALL classDescriptor='C'
@1:8..18 PROPERTY public final val x: kotlin.Int
@1:8..18 FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int
@1:8..18 PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
@1:8..18 FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
@1:8..18 EXPRESSION_BODY
@1:8..18 GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
@1:8..18 FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int
@-1:-1..-1 VALUE_PARAMETER this@C: C
@1:8..18 FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@1:8..18 BLOCK_BODY
@1:8..18 RETURN type=kotlin.Nothing from='<get-x>(): Int'
@1:8..18 RETURN type=kotlin.Nothing from=<get-x>(): Int'
@1:8..18 GET_FIELD 'x: Int' type=kotlin.Int origin=null
@1:8..18 GET_VAR 'this@C: C' type=C origin=null
@2:8..21 PROPERTY public final val y: kotlin.String
@2:8..21 FIELD PROPERTY_BACKING_FIELD public final val y: kotlin.String
@2:8..21 PROPERTY name:y type:kotlin.String visibility:public modality:FINAL flags:val
@2:8..21 FIELD PROPERTY_BACKING_FIELD name:y type:kotlin.String visibility:public
@2:8..21 EXPRESSION_BODY
@2:8..21 GET_VAR 'value-parameter y: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
@2:8..21 FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-y>(): kotlin.String
@-1:-1..-1 VALUE_PARAMETER this@C: C
@2:8..21 FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:C) returnType:String flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@2:8..21 BLOCK_BODY
@2:8..21 RETURN type=kotlin.Nothing from='<get-y>(): String'
@2:8..21 RETURN type=kotlin.Nothing from=<get-y>(): String'
@2:8..21 GET_FIELD 'y: String' type=kotlin.String origin=null
@2:8..21 GET_VAR 'this@C: C' type=C origin=null
@3:8..18 PROPERTY public final val z: kotlin.Any
@3:8..18 FIELD PROPERTY_BACKING_FIELD public final val z: kotlin.Any
@3:8..18 PROPERTY name:z type:kotlin.Any visibility:public modality:FINAL flags:val
@3:8..18 FIELD PROPERTY_BACKING_FIELD name:z type:kotlin.Any visibility:public
@3:8..18 EXPRESSION_BODY
@3:8..18 GET_VAR 'value-parameter z: Any' type=kotlin.Any origin=INITIALIZE_PROPERTY_FROM_PARAMETER
@3:8..18 FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-z>(): kotlin.Any
@-1:-1..-1 VALUE_PARAMETER this@C: C
@3:8..18 FUN DEFAULT_PROPERTY_ACCESSOR name:<get-z> visibility:public modality:FINAL <> ($this:C) returnType:Any flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@3:8..18 BLOCK_BODY
@3:8..18 RETURN type=kotlin.Nothing from='<get-z>(): Any'
@3:8..18 RETURN type=kotlin.Nothing from=<get-z>(): Any'
@3:8..18 GET_FIELD 'z: Any' type=kotlin.Any origin=null
@3:8..18 GET_VAR 'this@C: C' type=C origin=null
@1:8..18 FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component1(): kotlin.Int
@-1:-1..-1 VALUE_PARAMETER this@C: C
@1:8..18 FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@1:8..18 BLOCK_BODY
@1:8..18 RETURN type=kotlin.Nothing from='component1(): Int'
@1:8..18 RETURN type=kotlin.Nothing from=component1(): Int'
@1:8..18 CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
@1:8..18 GET_VAR 'this@C: C' type=C origin=null
@2:8..21 FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component2(): kotlin.String
@-1:-1..-1 VALUE_PARAMETER this@C: C
@2:8..21 FUN GENERATED_DATA_CLASS_MEMBER name:component2 visibility:public modality:FINAL <> ($this:C) returnType:String flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@2:8..21 BLOCK_BODY
@2:8..21 RETURN type=kotlin.Nothing from='component2(): String'
@2:8..21 RETURN type=kotlin.Nothing from=component2(): String'
@2:8..21 CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
@2:8..21 GET_VAR 'this@C: C' type=C origin=null
@3:8..18 FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component3(): kotlin.Any
@-1:-1..-1 VALUE_PARAMETER this@C: C
@3:8..18 FUN GENERATED_DATA_CLASS_MEMBER name:component3 visibility:public modality:FINAL <> ($this:C) returnType:Any flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@3:8..18 BLOCK_BODY
@3:8..18 RETURN type=kotlin.Nothing from='component3(): Any'
@3:8..18 RETURN type=kotlin.Nothing from=component3(): Any'
@3:8..18 CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
@3:8..18 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 FUN GENERATED_DATA_CLASS_MEMBER public final fun copy(x: kotlin.Int = ..., y: kotlin.String = ..., z: kotlin.Any = ...): C
@-1:-1..-1 VALUE_PARAMETER this@C: C
@1:8..18 VALUE_PARAMETER value-parameter x: kotlin.Int = ...
@0:0..4:1 FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:C, x:kotlin.Int, y:kotlin.String, z:kotlin.Any) returnType:C flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@1:8..18 VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
@0:0..4:1 EXPRESSION_BODY
@0:0..4:1 CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@2:8..21 VALUE_PARAMETER value-parameter y: kotlin.String = ...
@2:8..21 VALUE_PARAMETER name:y index:1 type:kotlin.String flags:
@0:0..4:1 EXPRESSION_BODY
@0:0..4:1 CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@3:8..18 VALUE_PARAMETER value-parameter z: kotlin.Any = ...
@3:8..18 VALUE_PARAMETER name:z index:2 type:kotlin.Any flags:
@0:0..4:1 EXPRESSION_BODY
@0:0..4:1 CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 BLOCK_BODY
@0:0..4:1 RETURN type=kotlin.Nothing from='copy(Int = ..., String = ..., Any = ...): C'
@0:0..4:1 RETURN type=kotlin.Nothing from=copy(Int = ..., String = ..., Any = ...): C'
@0:0..4:1 CALL 'constructor C(Int, String, Any)' type=C origin=null
@0:0..4:1 GET_VAR 'value-parameter x: Int = ...' type=kotlin.Int origin=null
@0:0..4:1 GET_VAR 'value-parameter y: String = ...' type=kotlin.String origin=null
@0:0..4:1 GET_VAR 'value-parameter z: Any = ...' type=kotlin.Any origin=null
@0:0..4:1 FUN GENERATED_DATA_CLASS_MEMBER public open override fun toString(): kotlin.String
@-1:-1..-1 VALUE_PARAMETER this@C: C
@0:0..4:1 FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:C) returnType:String flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@0:0..4:1 BLOCK_BODY
@0:0..4:1 RETURN type=kotlin.Nothing from='toString(): String'
@0:0..4:1 RETURN type=kotlin.Nothing from=toString(): String'
@0:0..4:1 STRING_CONCATENATION type=kotlin.String
@0:0..4:1 CONST String type=kotlin.String value='C('
@0:0..4:1 CONST String type=kotlin.String value='x='
@0:0..4:1 CONST String type=kotlin.String value=C(
@0:0..4:1 CONST String type=kotlin.String value=x=
@0:0..4:1 CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 CONST String type=kotlin.String value=', '
@0:0..4:1 CONST String type=kotlin.String value='y='
@0:0..4:1 CONST String type=kotlin.String value=,
@0:0..4:1 CONST String type=kotlin.String value=y=
@0:0..4:1 CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 CONST String type=kotlin.String value=', '
@0:0..4:1 CONST String type=kotlin.String value='z='
@0:0..4:1 CONST String type=kotlin.String value=,
@0:0..4:1 CONST String type=kotlin.String value=z=
@0:0..4:1 CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 CONST String type=kotlin.String value=')'
@0:0..4:1 FUN GENERATED_DATA_CLASS_MEMBER public open override fun hashCode(): kotlin.Int
@-1:-1..-1 VALUE_PARAMETER this@C: C
@0:0..4:1 CONST String type=kotlin.String value=)
@0:0..4:1 FUN GENERATED_DATA_CLASS_MEMBER name:hashCode visibility:public modality:OPEN <> ($this:C) returnType:Int flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@0:0..4:1 BLOCK_BODY
@0:0..4:1 VAR IR_TEMPORARY_VARIABLE var tmp0_result: kotlin.Int
@0:0..4:1 CONST Int type=kotlin.Int value='0'
@0:0..4:1 VAR IR_TEMPORARY_VARIABLE name:tmp0_result type:kotlin.Int flags:var
@0:0..4:1 CONST Int type=kotlin.Int value=0
@0:0..4:1 SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ
@0:0..4:1 CALL 'hashCode(): Int' type=kotlin.Int origin=null
@0:0..4:1 CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
@@ -107,7 +107,7 @@
@0:0..4:1 CALL 'plus(Int): Int' type=kotlin.Int origin=null
@0:0..4:1 CALL 'times(Int): Int' type=kotlin.Int origin=null
@0:0..4:1 GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
@0:0..4:1 CONST Int type=kotlin.Int value='31'
@0:0..4:1 CONST Int type=kotlin.Int value=31
@0:0..4:1 CALL 'hashCode(): Int' type=kotlin.Int origin=null
@0:0..4:1 CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@@ -115,30 +115,30 @@
@0:0..4:1 CALL 'plus(Int): Int' type=kotlin.Int origin=null
@0:0..4:1 CALL 'times(Int): Int' type=kotlin.Int origin=null
@0:0..4:1 GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
@0:0..4:1 CONST Int type=kotlin.Int value='31'
@0:0..4:1 CONST Int type=kotlin.Int value=31
@0:0..4:1 CALL 'hashCode(): Int' type=kotlin.Int origin=null
@0:0..4:1 CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 RETURN type=kotlin.Nothing from='hashCode(): Int'
@0:0..4:1 RETURN type=kotlin.Nothing from=hashCode(): Int'
@0:0..4:1 GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
@0:0..4:1 FUN GENERATED_DATA_CLASS_MEMBER public open override fun equals(other: kotlin.Any?): kotlin.Boolean
@-1:-1..-1 VALUE_PARAMETER this@C: C
@-1:-1..-1 VALUE_PARAMETER value-parameter other: kotlin.Any?
@0:0..4:1 FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:C, other:kotlin.Any?) returnType:Boolean flags:
@-1:-1..-1 VALUE_PARAMETER name:<this> type:C flags:
@-1:-1..-1 VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
@0:0..4:1 BLOCK_BODY
@0:0..4:1 WHEN type=kotlin.Unit origin=null
@0:0..4:1 BRANCH
@0:0..4:1 CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
@0:0..4:1 RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value='true'
@0:0..4:1 RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value=true
@0:0..4:1 WHEN type=kotlin.Unit origin=null
@0:0..4:1 BRANCH
@0:0..4:1 TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=C
@0:0..4:1 GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
@0:0..4:1 RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value='false'
@0:0..4:1 VAR IR_TEMPORARY_VARIABLE val tmp0_other_with_cast: C
@0:0..4:1 RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value=false
@0:0..4:1 VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:C flags:val
@0:0..4:1 TYPE_OP type=C origin=CAST typeOperand=C
@0:0..4:1 GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
@0:0..4:1 WHEN type=kotlin.Unit origin=null
@@ -149,8 +149,8 @@
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'tmp0_other_with_cast: C' type=C origin=null
@0:0..4:1 RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value='false'
@0:0..4:1 RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value=false
@0:0..4:1 WHEN type=kotlin.Unit origin=null
@0:0..4:1 BRANCH
@0:0..4:1 CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
@@ -159,8 +159,8 @@
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'tmp0_other_with_cast: C' type=C origin=null
@0:0..4:1 RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value='false'
@0:0..4:1 RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value=false
@0:0..4:1 WHEN type=kotlin.Unit origin=null
@0:0..4:1 BRANCH
@0:0..4:1 CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
@@ -169,7 +169,7 @@
@0:0..4:1 GET_VAR 'this@C: C' type=C origin=null
@0:0..4:1 CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
@0:0..4:1 GET_VAR 'tmp0_other_with_cast: C' type=C origin=null
@0:0..4:1 RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value='false'
@0:0..4:1 RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value='true'
@0:0..4:1 RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value=false
@0:0..4:1 RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
@0:0..4:1 CONST Boolean type=kotlin.Boolean value=true