Minor: update FIR2IR testData
This commit is contained in:
+5
-5
@@ -23,7 +23,7 @@ FILE fqName:<root> fileName:/kt36956.kt
|
|||||||
VALUE_PARAMETER name:i index:0 type:kotlin.Int
|
VALUE_PARAMETER name:i index:0 type:kotlin.Int
|
||||||
BLOCK_BODY
|
BLOCK_BODY
|
||||||
RETURN type=kotlin.Nothing from='public final fun get (i: kotlin.Int): T of <root>.A [operator] declared in <root>.A'
|
RETURN type=kotlin.Nothing from='public final fun get (i: kotlin.Int): T of <root>.A [operator] declared in <root>.A'
|
||||||
CALL 'private final fun <get-value> (): T of <root>.A declared in <root>.A' type=T of <root>.A origin=null
|
CALL 'private final fun <get-value> (): T of <root>.A declared in <root>.A' type=T of <root>.A origin=GET_PROPERTY
|
||||||
$this: GET_VAR '<this>: <root>.A<T of <root>.A> declared in <root>.A.get' type=<root>.A<T of <root>.A> origin=null
|
$this: GET_VAR '<this>: <root>.A<T of <root>.A> declared in <root>.A.get' type=<root>.A<T of <root>.A> origin=null
|
||||||
FUN name:set visibility:public modality:FINAL <> ($this:<root>.A<T of <root>.A>, i:kotlin.Int, v:T of <root>.A) returnType:kotlin.Unit [operator]
|
FUN name:set visibility:public modality:FINAL <> ($this:<root>.A<T of <root>.A>, i:kotlin.Int, v:T of <root>.A) returnType:kotlin.Unit [operator]
|
||||||
$this: VALUE_PARAMETER name:<this> type:<root>.A<T of <root>.A>
|
$this: VALUE_PARAMETER name:<this> type:<root>.A<T of <root>.A>
|
||||||
@@ -59,11 +59,11 @@ FILE fqName:<root> fileName:/kt36956.kt
|
|||||||
EXPRESSION_BODY
|
EXPRESSION_BODY
|
||||||
BLOCK type=kotlin.Float origin=null
|
BLOCK type=kotlin.Float origin=null
|
||||||
VAR IR_TEMPORARY_VARIABLE name:tmp_0 type:kotlin.Float [val]
|
VAR IR_TEMPORARY_VARIABLE name:tmp_0 type:kotlin.Float [val]
|
||||||
CALL 'public final fun get (i: kotlin.Int): kotlin.Float [operator] declared in <root>.A' type=kotlin.Float origin=null
|
CALL 'public final fun get (i: kotlin.Int): T of <root>.A [operator] declared in <root>.A' type=kotlin.Float origin=null
|
||||||
$this: CALL 'public final fun <get-aFloat> (): <root>.A<kotlin.Float> declared in <root>' type=<root>.A<kotlin.Float> origin=null
|
$this: CALL 'public final fun <get-aFloat> (): <root>.A<kotlin.Float> declared in <root>' type=<root>.A<kotlin.Float> origin=GET_PROPERTY
|
||||||
i: CONST Int type=kotlin.Int value=1
|
i: CONST Int type=kotlin.Int value=1
|
||||||
CALL 'public final fun set (i: kotlin.Int, v: kotlin.Float): kotlin.Unit [operator] declared in <root>.A' type=kotlin.Unit origin=null
|
CALL 'public final fun set (i: kotlin.Int, v: T of <root>.A): kotlin.Unit [operator] declared in <root>.A' type=kotlin.Unit origin=null
|
||||||
$this: CALL 'public final fun <get-aFloat> (): <root>.A<kotlin.Float> declared in <root>' type=<root>.A<kotlin.Float> origin=null
|
$this: CALL 'public final fun <get-aFloat> (): <root>.A<kotlin.Float> declared in <root>' type=<root>.A<kotlin.Float> origin=GET_PROPERTY
|
||||||
i: CONST Int type=kotlin.Int value=1
|
i: CONST Int type=kotlin.Int value=1
|
||||||
v: CALL 'public final fun dec (): kotlin.Float [operator] declared in kotlin.Float' type=kotlin.Float origin=null
|
v: CALL 'public final fun dec (): kotlin.Float [operator] declared in kotlin.Float' type=kotlin.Float origin=null
|
||||||
$this: GET_VAR 'val tmp_0: kotlin.Float [val] declared in <root>.aInt' type=kotlin.Float origin=null
|
$this: GET_VAR 'val tmp_0: kotlin.Float [val] declared in <root>.aInt' type=kotlin.Float origin=null
|
||||||
|
|||||||
Reference in New Issue
Block a user