Minor: add missing "'"
This commit is contained in:
@@ -21,7 +21,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-stringArray> visibility:public modality:FINAL <> ($this:Test1) returnType:Array<String> flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-stringArray>(): Array<String>'
|
||||
RETURN type=kotlin.Nothing from='<get-stringArray>(): Array<String>'
|
||||
GET_FIELD 'stringArray: Array<String>' type=kotlin.Array<kotlin.String> origin=null
|
||||
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
PROPERTY name:charArray type:kotlin.CharArray visibility:public modality:FINAL flags:val
|
||||
@@ -31,7 +31,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-charArray> visibility:public modality:FINAL <> ($this:Test1) returnType:CharArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-charArray>(): CharArray'
|
||||
RETURN type=kotlin.Nothing from='<get-charArray>(): CharArray'
|
||||
GET_FIELD 'charArray: CharArray' type=kotlin.CharArray origin=null
|
||||
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
PROPERTY name:booleanArray type:kotlin.BooleanArray visibility:public modality:FINAL flags:val
|
||||
@@ -41,7 +41,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-booleanArray> visibility:public modality:FINAL <> ($this:Test1) returnType:BooleanArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-booleanArray>(): BooleanArray'
|
||||
RETURN type=kotlin.Nothing from='<get-booleanArray>(): BooleanArray'
|
||||
GET_FIELD 'booleanArray: BooleanArray' type=kotlin.BooleanArray origin=null
|
||||
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
PROPERTY name:byteArray type:kotlin.ByteArray visibility:public modality:FINAL flags:val
|
||||
@@ -51,7 +51,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-byteArray> visibility:public modality:FINAL <> ($this:Test1) returnType:ByteArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-byteArray>(): ByteArray'
|
||||
RETURN type=kotlin.Nothing from='<get-byteArray>(): ByteArray'
|
||||
GET_FIELD 'byteArray: ByteArray' type=kotlin.ByteArray origin=null
|
||||
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
PROPERTY name:shortArray type:kotlin.ShortArray visibility:public modality:FINAL flags:val
|
||||
@@ -61,7 +61,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-shortArray> visibility:public modality:FINAL <> ($this:Test1) returnType:ShortArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-shortArray>(): ShortArray'
|
||||
RETURN type=kotlin.Nothing from='<get-shortArray>(): ShortArray'
|
||||
GET_FIELD 'shortArray: ShortArray' type=kotlin.ShortArray origin=null
|
||||
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
PROPERTY name:intArray type:kotlin.IntArray visibility:public modality:FINAL flags:val
|
||||
@@ -71,7 +71,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-intArray> visibility:public modality:FINAL <> ($this:Test1) returnType:IntArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-intArray>(): IntArray'
|
||||
RETURN type=kotlin.Nothing from='<get-intArray>(): IntArray'
|
||||
GET_FIELD 'intArray: IntArray' type=kotlin.IntArray origin=null
|
||||
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
PROPERTY name:longArray type:kotlin.LongArray visibility:public modality:FINAL flags:val
|
||||
@@ -81,7 +81,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-longArray> visibility:public modality:FINAL <> ($this:Test1) returnType:LongArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-longArray>(): LongArray'
|
||||
RETURN type=kotlin.Nothing from='<get-longArray>(): LongArray'
|
||||
GET_FIELD 'longArray: LongArray' type=kotlin.LongArray origin=null
|
||||
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
PROPERTY name:floatArray type:kotlin.FloatArray visibility:public modality:FINAL flags:val
|
||||
@@ -91,7 +91,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-floatArray> visibility:public modality:FINAL <> ($this:Test1) returnType:FloatArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-floatArray>(): FloatArray'
|
||||
RETURN type=kotlin.Nothing from='<get-floatArray>(): FloatArray'
|
||||
GET_FIELD 'floatArray: FloatArray' type=kotlin.FloatArray origin=null
|
||||
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
PROPERTY name:doubleArray type:kotlin.DoubleArray visibility:public modality:FINAL flags:val
|
||||
@@ -101,61 +101,61 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-doubleArray> visibility:public modality:FINAL <> ($this:Test1) returnType:DoubleArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-doubleArray>(): DoubleArray'
|
||||
RETURN type=kotlin.Nothing from='<get-doubleArray>(): DoubleArray'
|
||||
GET_FIELD 'doubleArray: DoubleArray' type=kotlin.DoubleArray origin=null
|
||||
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:Test1) returnType:Array<String> flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=component1(): Array<String>'
|
||||
RETURN type=kotlin.Nothing from='component1(): Array<String>'
|
||||
CALL '<get-stringArray>(): Array<String>' type=kotlin.Array<kotlin.String> origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:component2 visibility:public modality:FINAL <> ($this:Test1) returnType:CharArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=component2(): CharArray'
|
||||
RETURN type=kotlin.Nothing from='component2(): CharArray'
|
||||
CALL '<get-charArray>(): CharArray' type=kotlin.CharArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:component3 visibility:public modality:FINAL <> ($this:Test1) returnType:BooleanArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=component3(): BooleanArray'
|
||||
RETURN type=kotlin.Nothing from='component3(): BooleanArray'
|
||||
CALL '<get-booleanArray>(): BooleanArray' type=kotlin.BooleanArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:component4 visibility:public modality:FINAL <> ($this:Test1) returnType:ByteArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=component4(): ByteArray'
|
||||
RETURN type=kotlin.Nothing from='component4(): ByteArray'
|
||||
CALL '<get-byteArray>(): ByteArray' type=kotlin.ByteArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:component5 visibility:public modality:FINAL <> ($this:Test1) returnType:ShortArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=component5(): ShortArray'
|
||||
RETURN type=kotlin.Nothing from='component5(): ShortArray'
|
||||
CALL '<get-shortArray>(): ShortArray' type=kotlin.ShortArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:component6 visibility:public modality:FINAL <> ($this:Test1) returnType:IntArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=component6(): IntArray'
|
||||
RETURN type=kotlin.Nothing from='component6(): IntArray'
|
||||
CALL '<get-intArray>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:component7 visibility:public modality:FINAL <> ($this:Test1) returnType:LongArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=component7(): LongArray'
|
||||
RETURN type=kotlin.Nothing from='component7(): LongArray'
|
||||
CALL '<get-longArray>(): LongArray' type=kotlin.LongArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:component8 visibility:public modality:FINAL <> ($this:Test1) returnType:FloatArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=component8(): FloatArray'
|
||||
RETURN type=kotlin.Nothing from='component8(): FloatArray'
|
||||
CALL '<get-floatArray>(): FloatArray' type=kotlin.FloatArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:component9 visibility:public modality:FINAL <> ($this:Test1) returnType:DoubleArray flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=component9(): DoubleArray'
|
||||
RETURN type=kotlin.Nothing from='component9(): DoubleArray'
|
||||
CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:Test1, stringArray:kotlin.Array<kotlin.String>, charArray:kotlin.CharArray, booleanArray:kotlin.BooleanArray, byteArray:kotlin.ByteArray, shortArray:kotlin.ShortArray, intArray:kotlin.IntArray, longArray:kotlin.LongArray, floatArray:kotlin.FloatArray, doubleArray:kotlin.DoubleArray) returnType:Test1 flags:
|
||||
@@ -197,7 +197,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=copy(Array<String> = ..., CharArray = ..., BooleanArray = ..., ByteArray = ..., ShortArray = ..., IntArray = ..., LongArray = ..., FloatArray = ..., DoubleArray = ...): Test1'
|
||||
RETURN type=kotlin.Nothing from='copy(Array<String> = ..., CharArray = ..., BooleanArray = ..., ByteArray = ..., ShortArray = ..., IntArray = ..., LongArray = ..., FloatArray = ..., DoubleArray = ...): Test1'
|
||||
CALL 'constructor Test1(Array<String>, CharArray, BooleanArray, ByteArray, ShortArray, IntArray, LongArray, FloatArray, DoubleArray)' type=Test1 origin=null
|
||||
stringArray: GET_VAR 'value-parameter stringArray: Array<String> = ...' type=kotlin.Array<kotlin.String> origin=null
|
||||
charArray: GET_VAR 'value-parameter charArray: CharArray = ...' type=kotlin.CharArray origin=null
|
||||
@@ -211,7 +211,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:Test1) returnType:String flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=toString(): String'
|
||||
RETURN type=kotlin.Nothing from='toString(): String'
|
||||
STRING_CONCATENATION type=kotlin.String
|
||||
CONST String type=kotlin.String value=Test1(
|
||||
CONST String type=kotlin.String value=stringArray=
|
||||
@@ -332,7 +332,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
|
||||
arg0: CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
RETURN type=kotlin.Nothing from=hashCode(): Int'
|
||||
RETURN type=kotlin.Nothing from='hashCode(): Int'
|
||||
GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:Test1, other:kotlin.Any?) returnType:Boolean flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
|
||||
@@ -343,13 +343,13 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
|
||||
arg0: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=true
|
||||
WHEN type=kotlin.Unit origin=null
|
||||
BRANCH
|
||||
if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test1
|
||||
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:Test1 flags:val
|
||||
TYPE_OP type=Test1 origin=CAST typeOperand=Test1
|
||||
@@ -362,7 +362,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
arg1: CALL '<get-stringArray>(): Array<String>' type=kotlin.Array<kotlin.String> origin=GET_PROPERTY
|
||||
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
WHEN type=kotlin.Unit origin=null
|
||||
BRANCH
|
||||
@@ -372,7 +372,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
arg1: CALL '<get-charArray>(): CharArray' type=kotlin.CharArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
WHEN type=kotlin.Unit origin=null
|
||||
BRANCH
|
||||
@@ -382,7 +382,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
arg1: CALL '<get-booleanArray>(): BooleanArray' type=kotlin.BooleanArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
WHEN type=kotlin.Unit origin=null
|
||||
BRANCH
|
||||
@@ -392,7 +392,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
arg1: CALL '<get-byteArray>(): ByteArray' type=kotlin.ByteArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
WHEN type=kotlin.Unit origin=null
|
||||
BRANCH
|
||||
@@ -402,7 +402,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
arg1: CALL '<get-shortArray>(): ShortArray' type=kotlin.ShortArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
WHEN type=kotlin.Unit origin=null
|
||||
BRANCH
|
||||
@@ -412,7 +412,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
arg1: CALL '<get-intArray>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
WHEN type=kotlin.Unit origin=null
|
||||
BRANCH
|
||||
@@ -422,7 +422,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
arg1: CALL '<get-longArray>(): LongArray' type=kotlin.LongArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
WHEN type=kotlin.Unit origin=null
|
||||
BRANCH
|
||||
@@ -432,7 +432,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
arg1: CALL '<get-floatArray>(): FloatArray' type=kotlin.FloatArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
WHEN type=kotlin.Unit origin=null
|
||||
BRANCH
|
||||
@@ -442,9 +442,9 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
|
||||
arg1: CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY
|
||||
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=true
|
||||
CLASS CLASS name:Test2 modality:FINAL visibility:public flags:data
|
||||
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2<T> flags:
|
||||
@@ -461,13 +461,13 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-genericArray> visibility:public modality:FINAL <> ($this:Test2<T>) returnType:Array<T> flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test2<T> flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-genericArray>(): Array<T>'
|
||||
RETURN type=kotlin.Nothing from='<get-genericArray>(): Array<T>'
|
||||
GET_FIELD 'genericArray: Array<T>' type=kotlin.Array<T> origin=null
|
||||
receiver: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:Test2<T>) returnType:Array<T> flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test2<T> flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=component1(): Array<T>'
|
||||
RETURN type=kotlin.Nothing from='component1(): Array<T>'
|
||||
CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:Test2<T>, genericArray:kotlin.Array<T>) returnType:Test2<T> flags:
|
||||
@@ -477,14 +477,14 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=copy(Array<T> = ...): Test2<T>'
|
||||
RETURN type=kotlin.Nothing from='copy(Array<T> = ...): Test2<T>'
|
||||
CALL 'constructor Test2(Array<T>)' type=Test2<T> origin=null
|
||||
<T>: null
|
||||
genericArray: GET_VAR 'value-parameter genericArray: Array<T> = ...' type=kotlin.Array<T> origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:Test2<T>) returnType:String flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test2<T> flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=toString(): String'
|
||||
RETURN type=kotlin.Nothing from='toString(): String'
|
||||
STRING_CONCATENATION type=kotlin.String
|
||||
CONST String type=kotlin.String value=Test2(
|
||||
CONST String type=kotlin.String value=genericArray=
|
||||
@@ -501,7 +501,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
|
||||
arg0: CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null
|
||||
RETURN type=kotlin.Nothing from=hashCode(): Int'
|
||||
RETURN type=kotlin.Nothing from='hashCode(): Int'
|
||||
GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:Test2<T>, other:kotlin.Any?) returnType:Boolean flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test2<T> flags:
|
||||
@@ -512,13 +512,13 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
|
||||
arg0: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null
|
||||
arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=true
|
||||
WHEN type=kotlin.Unit origin=null
|
||||
BRANCH
|
||||
if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test2<T>
|
||||
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:Test2<T> flags:val
|
||||
TYPE_OP type=Test2<T> origin=CAST typeOperand=Test2<T>
|
||||
@@ -531,9 +531,9 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
$this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null
|
||||
arg1: CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY
|
||||
$this: GET_VAR 'tmp0_other_with_cast: Test2<T>' type=Test2<T> origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=true
|
||||
CLASS CLASS name:Test3 modality:FINAL visibility:public flags:data
|
||||
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test3 flags:
|
||||
@@ -549,13 +549,13 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-anyArrayN> visibility:public modality:FINAL <> ($this:Test3) returnType:Array<Any>? flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test3 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=<get-anyArrayN>(): Array<Any>?'
|
||||
RETURN type=kotlin.Nothing from='<get-anyArrayN>(): Array<Any>?'
|
||||
GET_FIELD 'anyArrayN: Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=null
|
||||
receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:Test3) returnType:Array<Any>? flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test3 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=component1(): Array<Any>?'
|
||||
RETURN type=kotlin.Nothing from='component1(): Array<Any>?'
|
||||
CALL '<get-anyArrayN>(): Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:Test3, anyArrayN:kotlin.Array<kotlin.Any>?) returnType:Test3 flags:
|
||||
@@ -565,13 +565,13 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
CALL '<get-anyArrayN>(): Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=GET_PROPERTY
|
||||
$this: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=copy(Array<Any>? = ...): Test3'
|
||||
RETURN type=kotlin.Nothing from='copy(Array<Any>? = ...): Test3'
|
||||
CALL 'constructor Test3(Array<Any>?)' type=Test3 origin=null
|
||||
anyArrayN: GET_VAR 'value-parameter anyArrayN: Array<Any>? = ...' type=kotlin.Array<kotlin.Any>? origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:Test3) returnType:String flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test3 flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from=toString(): String'
|
||||
RETURN type=kotlin.Nothing from='toString(): String'
|
||||
STRING_CONCATENATION type=kotlin.String
|
||||
CONST String type=kotlin.String value=Test3(
|
||||
CONST String type=kotlin.String value=anyArrayN=
|
||||
@@ -599,7 +599,7 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
if: CONST Boolean type=kotlin.Boolean value=true
|
||||
then: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
|
||||
arg0: GET_VAR 'tmp1: Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=null
|
||||
RETURN type=kotlin.Nothing from=hashCode(): Int'
|
||||
RETURN type=kotlin.Nothing from='hashCode(): Int'
|
||||
GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
|
||||
FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:Test3, other:kotlin.Any?) returnType:Boolean flags:
|
||||
$this: VALUE_PARAMETER name:<this> type:Test3 flags:
|
||||
@@ -610,13 +610,13 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
|
||||
arg0: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
|
||||
arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=true
|
||||
WHEN type=kotlin.Unit origin=null
|
||||
BRANCH
|
||||
if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test3
|
||||
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:Test3 flags:val
|
||||
TYPE_OP type=Test3 origin=CAST typeOperand=Test3
|
||||
@@ -629,8 +629,8 @@ FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
|
||||
$this: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
|
||||
arg1: CALL '<get-anyArrayN>(): Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=GET_PROPERTY
|
||||
$this: GET_VAR 'tmp0_other_with_cast: Test3' type=Test3 origin=null
|
||||
then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=false
|
||||
RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
|
||||
RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
|
||||
CONST Boolean type=kotlin.Boolean value=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user