diff --git a/compiler/testData/ir/irJsText/dynamic/dynamicWithSmartCast.txt b/compiler/testData/ir/irJsText/dynamic/dynamicWithSmartCast.txt index 8658c394f86..2dddd927c24 100644 --- a/compiler/testData/ir/irJsText/dynamic/dynamicWithSmartCast.txt +++ b/compiler/testData/ir/irJsText/dynamic/dynamicWithSmartCast.txt @@ -22,7 +22,7 @@ FILE fqName: fileName:/dynamicWithSmartCast.kt if: TYPE_OP type=kotlin.Boolean origin=INSTANCEOF typeOperand=kotlin.Array<*> GET_VAR 'd: dynamic declared in .test2' type=dynamic origin=null then: CALL 'public final fun (): kotlin.Int declared in kotlin.Array' type=kotlin.Int origin=GET_PROPERTY - $this: TYPE_OP type=kotlin.Array origin=IMPLICIT_DYNAMIC_CAST typeOperand=kotlin.Array + $this: TYPE_OP type=kotlin.Array origin=IMPLICIT_DYNAMIC_CAST typeOperand=kotlin.Array GET_VAR 'd: dynamic declared in .test2' type=dynamic origin=null BRANCH if: CONST Boolean type=kotlin.Boolean value=true diff --git a/compiler/testData/ir/irText/expressions/kt16904.txt b/compiler/testData/ir/irText/expressions/kt16904.txt index 2e61022da90..ba53cce2b9c 100644 --- a/compiler/testData/ir/irText/expressions/kt16904.txt +++ b/compiler/testData/ir/irText/expressions/kt16904.txt @@ -78,14 +78,14 @@ FILE fqName: fileName:/kt16904.kt DELEGATING_CONSTRUCTOR_CALL 'public constructor () [primary] declared in .A' INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Test1 modality:FINAL visibility:public superTypes:[.A]' BLOCK type=kotlin.Unit origin=PLUSEQ - VAR IR_TEMPORARY_VARIABLE name:tmp0_this type:.Test1 [val] + VAR IR_TEMPORARY_VARIABLE name:tmp0_this type:.Test1 [val] GET_VAR ': .Test1 declared in .Test1' type=.Test1 origin=null CALL 'public final fun plusAssign (x: kotlin.Int): kotlin.Unit declared in .B' type=kotlin.Unit origin=PLUSEQ $this: CALL 'public final fun (): .B declared in .Test1' type=.B origin=PLUSEQ $this: GET_VAR 'val tmp0_this: .Test1 [val] declared in .Test1.' type=.Test1 origin=null x: CONST Int type=kotlin.Int value=42 BLOCK type=kotlin.Unit origin=PLUSEQ - VAR IR_TEMPORARY_VARIABLE name:tmp1_this type:.Test1 [val] + VAR IR_TEMPORARY_VARIABLE name:tmp1_this type:.Test1 [val] GET_VAR ': .Test1 declared in .Test1' type=.Test1 origin=null CALL 'public final fun (: kotlin.Int): kotlin.Unit declared in .Test1' type=kotlin.Unit origin=PLUSEQ $this: GET_VAR 'val tmp1_this: .Test1 [val] declared in .Test1.' type=.Test1 origin=null diff --git a/compiler/testData/ir/irText/expressions/sam/samConstructors.txt b/compiler/testData/ir/irText/expressions/sam/samConstructors.txt index a41154b7541..41e7de1175d 100644 --- a/compiler/testData/ir/irText/expressions/sam/samConstructors.txt +++ b/compiler/testData/ir/irText/expressions/sam/samConstructors.txt @@ -34,6 +34,8 @@ FILE fqName: fileName:/samConstructors.kt BLOCK_BODY RETURN type=kotlin.Nothing from='local final fun (a: kotlin.Int?, b: kotlin.Int?): kotlin.Int declared in .test4' CALL 'public final fun minus (other: kotlin.Int): kotlin.Int declared in kotlin.Int' type=kotlin.Int origin=MINUS - $this: GET_VAR 'a: kotlin.Int? declared in .test4.' type=kotlin.Int? origin=null - other: GET_VAR 'b: kotlin.Int? declared in .test4.' type=kotlin.Int? origin=null + $this: TYPE_OP type=kotlin.Int origin=IMPLICIT_NOTNULL typeOperand=kotlin.Int + GET_VAR 'a: kotlin.Int? declared in .test4.' type=kotlin.Int? origin=null + other: TYPE_OP type=kotlin.Int origin=IMPLICIT_NOTNULL typeOperand=kotlin.Int + GET_VAR 'b: kotlin.Int? declared in .test4.' type=kotlin.Int? origin=null FUNCTION_REFERENCE 'local final fun (a: kotlin.Int?, b: kotlin.Int?): kotlin.Int declared in .test4' type=kotlin.Function2 origin=LAMBDA