[FIR] Render list of symbols with linebreaks as separators

#KT-61823 Fixed
This commit is contained in:
Kirill Rakhman
2024-02-15 12:32:59 +01:00
committed by Space Team
parent 4c9fc8f214
commit f231338cd6
27 changed files with 199 additions and 79 deletions
@@ -1,3 +1,7 @@
/enum.kt:(506,508): error: Enum entry 'EnumClass.E2' does not implement abstract members: [fun foo(): Int, val bar: String].
/enum.kt:(506,508): error: Enum entry 'EnumClass.E2' does not implement abstract members:
fun foo(): Int
val bar: String
/enum.kt:(524,526): error: Enum entry 'EnumClass.E3' does not implement abstract members: [fun foo(): Int, val bar: String].
/enum.kt:(524,526): error: Enum entry 'EnumClass.E3' does not implement abstract members:
fun foo(): Int
val bar: String