[FIR] Render list of symbols with linebreaks as separators
#KT-61823 Fixed
This commit is contained in:
committed by
Space Team
parent
4c9fc8f214
commit
f231338cd6
Vendored
+3
-1
@@ -47,4 +47,6 @@ KtErrorCallInfo:
|
||||
typeArgumentsMapping = {}
|
||||
argumentMapping = {}
|
||||
]
|
||||
diagnostic = ERROR<NONE_APPLICABLE: None of the following functions is applicable: [fun Int.invoke(a: String): Unit, fun Int.invoke(b: Boolean): Unit]>
|
||||
diagnostic = ERROR<NONE_APPLICABLE: None of the following candidates is applicable:
|
||||
fun Int.invoke(a: String): Unit
|
||||
fun Int.invoke(b: Boolean): Unit>
|
||||
Reference in New Issue
Block a user