From 61f8d3e5583efffa6ec4f4e07bdfffde2a331dbe Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Mon, 2 Mar 2020 10:11:51 +0300 Subject: [PATCH] Minor: update FIR2IR testData --- .../testData/ir/irText/expressions/kt36956.fir.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compiler/testData/ir/irText/expressions/kt36956.fir.txt b/compiler/testData/ir/irText/expressions/kt36956.fir.txt index 01b1e99277e..14a66bfe638 100644 --- a/compiler/testData/ir/irText/expressions/kt36956.fir.txt +++ b/compiler/testData/ir/irText/expressions/kt36956.fir.txt @@ -23,7 +23,7 @@ FILE fqName: fileName:/kt36956.kt VALUE_PARAMETER name:i index:0 type:kotlin.Int BLOCK_BODY RETURN type=kotlin.Nothing from='public final fun get (i: kotlin.Int): T of .A [operator] declared in .A' - CALL 'private final fun (): T of .A declared in .A' type=T of .A origin=null + CALL 'private final fun (): T of .A declared in .A' type=T of .A origin=GET_PROPERTY $this: GET_VAR ': .A.A> declared in .A.get' type=.A.A> origin=null FUN name:set visibility:public modality:FINAL <> ($this:.A.A>, i:kotlin.Int, v:T of .A) returnType:kotlin.Unit [operator] $this: VALUE_PARAMETER name: type:.A.A> @@ -59,11 +59,11 @@ FILE fqName: fileName:/kt36956.kt EXPRESSION_BODY BLOCK type=kotlin.Float origin=null VAR IR_TEMPORARY_VARIABLE name:tmp_0 type:kotlin.Float [val] - CALL 'public final fun get (i: kotlin.Int): kotlin.Float [operator] declared in .A' type=kotlin.Float origin=null - $this: CALL 'public final fun (): .A declared in ' type=.A origin=null + CALL 'public final fun get (i: kotlin.Int): T of .A [operator] declared in .A' type=kotlin.Float origin=null + $this: CALL 'public final fun (): .A declared in ' type=.A origin=GET_PROPERTY i: CONST Int type=kotlin.Int value=1 - CALL 'public final fun set (i: kotlin.Int, v: kotlin.Float): kotlin.Unit [operator] declared in .A' type=kotlin.Unit origin=null - $this: CALL 'public final fun (): .A declared in ' type=.A origin=null + CALL 'public final fun set (i: kotlin.Int, v: T of .A): kotlin.Unit [operator] declared in .A' type=kotlin.Unit origin=null + $this: CALL 'public final fun (): .A declared in ' type=.A origin=GET_PROPERTY 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 $this: GET_VAR 'val tmp_0: kotlin.Float [val] declared in .aInt' type=kotlin.Float origin=null