From 31d7d341d4efb8d8ebcfa24136f39d0bc4d5ab35 Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Sat, 9 Oct 2021 14:49:59 +0300 Subject: [PATCH] JVM_IR KT-41214 minor: update testData --- compiler/testData/codegen/box/smartCasts/kt44814.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/compiler/testData/codegen/box/smartCasts/kt44814.txt b/compiler/testData/codegen/box/smartCasts/kt44814.txt index 307c0ccba28..25b1fd51a41 100644 --- a/compiler/testData/codegen/box/smartCasts/kt44814.txt +++ b/compiler/testData/codegen/box/smartCasts/kt44814.txt @@ -19,6 +19,9 @@ FILE fqName: fileName:/kt44814.kt public open fun toString (): kotlin.String declared in kotlin.Any $this: VALUE_PARAMETER name: type:kotlin.Any CLASS CLASS name:FirSourceElement modality:SEALED visibility:public superTypes:[kotlin.Any] + sealedSubclasses: + CLASS CLASS name:FirPsiSourceElement modality:FINAL visibility:public superTypes:[.FirSourceElement] + CLASS CLASS name:FirLightSourceElement modality:FINAL visibility:public superTypes:[.FirSourceElement] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.FirSourceElement CONSTRUCTOR visibility:protected <> () returnType:.FirSourceElement [primary] BLOCK_BODY @@ -368,6 +371,9 @@ FILE fqName: fileName:/kt44814.kt public open fun toString (): kotlin.String [fake_override] declared in .PsiElement $this: VALUE_PARAMETER name: type:kotlin.Any CLASS CLASS name:FirModifier modality:SEALED visibility:internal superTypes:[kotlin.Any] + sealedSubclasses: + CLASS CLASS name:FirPsiModifier modality:FINAL visibility:public superTypes:[.FirModifier<.ASTNode>] + CLASS CLASS name:FirLightModifier modality:FINAL visibility:public superTypes:[.FirModifier<.LighterASTNode>] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.FirModifier.FirModifier> TYPE_PARAMETER name:Node index:0 variance: superTypes:[kotlin.Any] CONSTRUCTOR visibility:protected <> (node:Node of .FirModifier, token:.KtModifierKeywordToken) returnType:.FirModifier.FirModifier> [primary] @@ -504,6 +510,9 @@ FILE fqName: fileName:/kt44814.kt public open fun toString (): kotlin.String declared in kotlin.Any $this: VALUE_PARAMETER name: type:kotlin.Any CLASS CLASS name:FirModifierList modality:SEALED visibility:internal superTypes:[kotlin.Any] + sealedSubclasses: + CLASS CLASS name:FirPsiModifierList modality:FINAL visibility:public superTypes:[.FirModifierList] + CLASS CLASS name:FirLightModifierList modality:FINAL visibility:public superTypes:[.FirModifierList] $this: VALUE_PARAMETER INSTANCE_RECEIVER name: type:.FirModifierList CONSTRUCTOR visibility:protected <> () returnType:.FirModifierList [primary] BLOCK_BODY