From e281d224a3d6af8d3f541684029c8aa79b79d4db Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Tue, 10 Dec 2019 10:23:40 +0300 Subject: [PATCH] [FIR] Fix testdata broken in b76c984b --- .../testData/ir/irText/expressions/destructuring1.fir.txt | 4 ++-- .../irText/expressions/destructuringWithUnderscore.fir.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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