[FIR] Use correct type renderer in symbol rendering for diagnostics
#KT-62815 Fixed
This commit is contained in:
committed by
Space Team
parent
6b049df87c
commit
8f3f72d9c9
+2
-2
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user