[JS IR] Fix tests
^KT-59001
This commit is contained in:
committed by
Space Team
parent
0b4a9499f0
commit
2fdb605a03
@@ -9,5 +9,4 @@ internal val stdlibFqNames = mapOf(
|
||||
Pair::class to "kotlin.Pair",
|
||||
Triple::class to "kotlin.Triple",
|
||||
HashMap::class to "kotlin.collections.HashMap",
|
||||
AbstractMutableMap.SimpleEntry::class to "kotlin.collections.AbstractMutableMap.SimpleEntry"
|
||||
)
|
||||
|
||||
@@ -36,7 +36,7 @@ fun box() {
|
||||
// test.kt:5 box:
|
||||
// test.kt:11 box: map=kotlin.collections.HashMap
|
||||
// test.kt:11 box: map=kotlin.collections.HashMap
|
||||
// test.kt:14 box: map=kotlin.collections.HashMap, e=kotlin.collections.AbstractMutableMap.SimpleEntry
|
||||
// test.kt:14 box: map=kotlin.collections.HashMap, e=kotlin.collections.AbstractMutableMap.SimpleEntry
|
||||
// test.kt:11 box: map=kotlin.collections.HashMap, e=kotlin.collections.AbstractMutableMap.SimpleEntry
|
||||
// test.kt:16 box: map=kotlin.collections.HashMap, e=kotlin.collections.AbstractMutableMap.SimpleEntry
|
||||
// test.kt:14 box: map=kotlin.collections.HashMap, e=EntryRef
|
||||
// test.kt:14 box: map=kotlin.collections.HashMap, e=EntryRef
|
||||
// test.kt:11 box: map=kotlin.collections.HashMap, e=EntryRef
|
||||
// test.kt:16 box: map=kotlin.collections.HashMap, e=EntryRef
|
||||
|
||||
Reference in New Issue
Block a user