From 624d35fefdc4ae5192216adf6f2dda90ada7b786 Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Sat, 23 Sep 2023 02:33:37 +0900 Subject: [PATCH] Update test data for 'ContextCollector' after renderer changes See also d98da87278910978555d52fa8802cedafda11e62 ([FIR] Render dot-separated FQNs instead of slash-separated ones in diagnostics). --- .../low-level-api-fir/testData/contextCollector/KT-61728.txt | 2 +- .../testData/contextCollector/smartCasts/onLabel.txt | 2 +- .../testData/contextCollector/smartCasts/onReference.txt | 2 +- .../testData/contextCollector/smartCasts/onType.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/analysis/low-level-api-fir/testData/contextCollector/KT-61728.txt b/analysis/low-level-api-fir/testData/contextCollector/KT-61728.txt index 564862dda8e..93e12105877 100644 --- a/analysis/low-level-api-fir/testData/contextCollector/KT-61728.txt +++ b/analysis/low-level-api-fir/testData/contextCollector/KT-61728.txt @@ -28,7 +28,7 @@ Tower Data Context: Smart Casts: FirValueParameterSymbol param: R|kotlin/String?| Types: - kotlin/Any + kotlin.Any FILE: [ResolvedTo(IMPORTS)] KT-61728.kt public final [ResolvedTo(BODY_RESOLVE)] fun foo([ResolvedTo(BODY_RESOLVE)] param: R|kotlin/String?|): R|kotlin/String?| { diff --git a/analysis/low-level-api-fir/testData/contextCollector/smartCasts/onLabel.txt b/analysis/low-level-api-fir/testData/contextCollector/smartCasts/onLabel.txt index 99bc5e27fe8..518f2ed3b2c 100644 --- a/analysis/low-level-api-fir/testData/contextCollector/smartCasts/onLabel.txt +++ b/analysis/low-level-api-fir/testData/contextCollector/smartCasts/onLabel.txt @@ -25,7 +25,7 @@ Smart Casts: FirValueParameterSymbol a: R|kotlin/Any| Types: Foo - kotlin/Any + kotlin.Any FILE: [ResolvedTo(IMPORTS)] onLabel.kt public final [ResolvedTo(BODY_RESOLVE)] fun test([ResolvedTo(BODY_RESOLVE)] a: R|kotlin/Any|): R|kotlin/Unit| { diff --git a/analysis/low-level-api-fir/testData/contextCollector/smartCasts/onReference.txt b/analysis/low-level-api-fir/testData/contextCollector/smartCasts/onReference.txt index da3b7d00696..fc6a7ca5aff 100644 --- a/analysis/low-level-api-fir/testData/contextCollector/smartCasts/onReference.txt +++ b/analysis/low-level-api-fir/testData/contextCollector/smartCasts/onReference.txt @@ -23,7 +23,7 @@ Smart Casts: FirValueParameterSymbol a: R|kotlin/Any| Types: Foo - kotlin/Any + kotlin.Any FILE: [ResolvedTo(IMPORTS)] onReference.kt public final [ResolvedTo(BODY_RESOLVE)] fun test([ResolvedTo(BODY_RESOLVE)] a: R|kotlin/Any|): R|kotlin/Unit| { diff --git a/analysis/low-level-api-fir/testData/contextCollector/smartCasts/onType.txt b/analysis/low-level-api-fir/testData/contextCollector/smartCasts/onType.txt index 462d51d59b7..7f060a22d57 100644 --- a/analysis/low-level-api-fir/testData/contextCollector/smartCasts/onType.txt +++ b/analysis/low-level-api-fir/testData/contextCollector/smartCasts/onType.txt @@ -23,7 +23,7 @@ Smart Casts: FirValueParameterSymbol a: R|kotlin/Any| Types: Foo - kotlin/Any + kotlin.Any FILE: [ResolvedTo(IMPORTS)] onType.kt public final [ResolvedTo(BODY_RESOLVE)] fun test([ResolvedTo(BODY_RESOLVE)] a: R|kotlin/Any|): R|kotlin/Unit| {