Update test data for 'ContextCollector' after renderer changes

See also d98da87278 ([FIR] Render
dot-separated FQNs instead of slash-separated ones in diagnostics).
This commit is contained in:
Yan Zhulanow
2023-09-23 02:33:37 +09:00
committed by Space Team
parent 93fcee7532
commit 624d35fefd
4 changed files with 4 additions and 4 deletions
@@ -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?| {
@@ -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| {
@@ -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| {
@@ -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| {