[JS IR] Explicitly cast to a string all types except specific ones

^KT-62763 Fixed
This commit is contained in:
Alexander Korepanov
2023-11-22 17:43:23 +01:00
committed by Space Team
parent 70d99e1964
commit 41ebe498f2
4 changed files with 36 additions and 29 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ fun box(): String {
if (testUtils.isLegacyBackend()) {
assertEquals("[...];1,2,3;[...];", pullLog(), "genericValueToString")
} else {
assertEquals("[...];1,2,3;1,2,3;", pullLog(), "genericValueToString")
assertEquals("[...];[...];[...];", pullLog(), "genericValueToString")
}
anyValueToString(a)