[Native-Wasm][Stdlib] Workaround FE bug

Workaround bug that causes frontend to produce invalid IR (KT-49182)
This commit is contained in:
Svyatoslav Kuzmich
2021-10-08 15:48:14 +03:00
parent 686e5e7f2b
commit b8a5b9bb02
@@ -133,7 +133,7 @@ actual class HashMap<K, V> private constructor(
val new = HashMapEntrySet(this)
if (!isFrozen)
entriesView = new
return new
new
} else cur
}