From 75990f7619c04a7689868a8dbc49c64a42487a3c Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Thu, 12 Nov 2020 12:16:33 +0300 Subject: [PATCH] FIR IDE: fix tesdata --- .../testData/symbolPointer/memberProperties.kt | 2 +- .../testData/symbolPointer/topLevelProperties.kt | 2 +- .../testData/symbolsByFqName/fileWalkDirectionEnum.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/idea/idea-frontend-fir/testData/symbolPointer/memberProperties.kt b/idea/idea-frontend-fir/testData/symbolPointer/memberProperties.kt index 6418c1576db..bc9f218df98 100644 --- a/idea/idea-frontend-fir/testData/symbolPointer/memberProperties.kt +++ b/idea/idea-frontend-fir/testData/symbolPointer/memberProperties.kt @@ -29,7 +29,7 @@ KtFirPropertyGetterSymbol: modality: FINAL origin: SOURCE symbolKind: TOP_LEVEL - type: Could not render due to java.lang.ClassCastException: org.jetbrains.kotlin.fir.types.impl.FirImplicitTypeRefImpl cannot be cast to org.jetbrains.kotlin.fir.types.FirResolvedTypeRef + type: kotlin/Int visibility: PUBLIC KtFirPropertySymbol: diff --git a/idea/idea-frontend-fir/testData/symbolPointer/topLevelProperties.kt b/idea/idea-frontend-fir/testData/symbolPointer/topLevelProperties.kt index ba6449c3871..20890553a12 100644 --- a/idea/idea-frontend-fir/testData/symbolPointer/topLevelProperties.kt +++ b/idea/idea-frontend-fir/testData/symbolPointer/topLevelProperties.kt @@ -27,7 +27,7 @@ KtFirPropertyGetterSymbol: modality: FINAL origin: SOURCE symbolKind: TOP_LEVEL - type: Could not render due to java.lang.ClassCastException: org.jetbrains.kotlin.fir.types.impl.FirImplicitTypeRefImpl cannot be cast to org.jetbrains.kotlin.fir.types.FirResolvedTypeRef + type: kotlin/Int visibility: PUBLIC KtFirPropertySymbol: diff --git a/idea/idea-frontend-fir/testData/symbolsByFqName/fileWalkDirectionEnum.txt b/idea/idea-frontend-fir/testData/symbolsByFqName/fileWalkDirectionEnum.txt index cd05ea24379..cbd871d78c6 100644 --- a/idea/idea-frontend-fir/testData/symbolsByFqName/fileWalkDirectionEnum.txt +++ b/idea/idea-frontend-fir/testData/symbolsByFqName/fileWalkDirectionEnum.txt @@ -21,7 +21,7 @@ KtFirFunctionSymbol: visibility: PUBLIC KtFirFunctionSymbol: - annotations: [kotlin/internal/InlineOnly()] + annotations: [] callableIdIfNonLocal: kotlin.collections.listOf isExtension: false isExternal: false