diff --git a/compiler/testData/ir/irText/expressions/destructuring1.fir.txt b/compiler/testData/ir/irText/expressions/destructuring1.fir.txt index 414128d0dde..e528d4d2978 100644 --- a/compiler/testData/ir/irText/expressions/destructuring1.fir.txt +++ b/compiler/testData/ir/irText/expressions/destructuring1.fir.txt @@ -56,7 +56,7 @@ FILE fqName: fileName:/destructuring1.kt GET_OBJECT 'CLASS OBJECT name:A modality:FINAL visibility:public superTypes:[kotlin.Any]' type=.A VAR name:x type:kotlin.Int [val] CALL 'public final fun component1 (): kotlin.Int [operator] declared in .B' type=kotlin.Int origin=null - $this: GET_VAR ': .B declared in .B' type=.B origin=null + $this: GET_VAR 'val tmp_0: .A [val] declared in .test' type=.A origin=null VAR name:y type:kotlin.Int [val] CALL 'public final fun component2 (): kotlin.Int [operator] declared in .B' type=kotlin.Int origin=null - $this: GET_VAR ': .B declared in .B' type=.B origin=null + $this: GET_VAR 'val tmp_0: .A [val] declared in .test' type=.A origin=null diff --git a/compiler/testData/ir/irText/expressions/destructuringWithUnderscore.fir.txt b/compiler/testData/ir/irText/expressions/destructuringWithUnderscore.fir.txt index 98f012ab1b7..0a08a05b581 100644 --- a/compiler/testData/ir/irText/expressions/destructuringWithUnderscore.fir.txt +++ b/compiler/testData/ir/irText/expressions/destructuringWithUnderscore.fir.txt @@ -62,10 +62,10 @@ FILE fqName: fileName:/destructuringWithUnderscore.kt GET_OBJECT 'CLASS OBJECT name:A modality:FINAL visibility:public superTypes:[kotlin.Any]' type=.A VAR name:x type:kotlin.Int [val] CALL 'public final fun component1 (): kotlin.Int [operator] declared in .B' type=kotlin.Int origin=null - $this: GET_VAR ': .B declared in .B' type=.B origin=null + $this: GET_VAR 'val tmp_0: .A [val] declared in .test' type=.A origin=null VAR name:_ type:kotlin.Int [val] CALL 'public final fun component2 (): kotlin.Int [operator] declared in .B' type=kotlin.Int origin=null - $this: GET_VAR ': .B declared in .B' type=.B origin=null + $this: GET_VAR 'val tmp_0: .A [val] declared in .test' type=.A origin=null VAR name:z type:kotlin.Int [val] CALL 'public final fun component3 (): kotlin.Int [operator] declared in .B' type=kotlin.Int origin=null - $this: GET_VAR ': .B declared in .B' type=.B origin=null + $this: GET_VAR 'val tmp_0: .A [val] declared in .test' type=.A origin=null