[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
@@ -4,7 +4,7 @@
annotation class An
@An
data class <!CONFLICTING_OVERLOADS("[@An() fun copy(@An() x: @R|An|() Int): @R|An|() Int]")!>A(@An val x: @An Int)<!> {
<!CONFLICTING_OVERLOADS("[fun copy(@An() x: @R|An|() Int = ...): A]")!>@An
data class <!CONFLICTING_OVERLOADS("[@An() fun copy(@An() x: @An() Int): @An() Int]")!>A(@An val x: @An Int)<!> {
<!CONFLICTING_OVERLOADS("[fun copy(@An() x: @An() Int = ...): A]")!>@An
fun copy(@An x: @An Int)<!> = x
}