IR: minor, deduplicate unbound symbol in error message
This commit is contained in:
@@ -1119,7 +1119,7 @@ fun SymbolTable.noUnboundLeft(message: String) {
|
|||||||
assert(unbound.isEmpty()) {
|
assert(unbound.isEmpty()) {
|
||||||
"$message\n" +
|
"$message\n" +
|
||||||
unbound.joinToString("\n") {
|
unbound.joinToString("\n") {
|
||||||
"$it ${it.signature?.toString() ?: "NON-PUBLIC API $it"}"
|
"$it ${it.signature?.toString() ?: "(NON-PUBLIC API)"}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user