[FIR] Use correct type renderer in symbol rendering for diagnostics

#KT-62815 Fixed
This commit is contained in:
Kirill Rakhman
2023-12-21 17:12:00 +01:00
committed by Space Team
parent 6b049df87c
commit 8f3f72d9c9
7 changed files with 11 additions and 11 deletions
@@ -1,5 +1,5 @@
/deprecatedError.kt:(237,238): error: '@Deprecated(...) class C : Any' is deprecated. alas.
/deprecatedError.kt:(246,249): error: '@Deprecated(...) fun foo(s: @R|Foo|() String): Unit' is deprecated. alas.
/deprecatedError.kt:(246,249): error: '@Deprecated(...) fun foo(s: @Foo() String): Unit' is deprecated. alas.
/deprecatedError.kt:(258,259): error: 'constructor(): C' is deprecated. alas.