[Native-Wasm][Stdlib] Workaround FE bug
Workaround bug that causes frontend to produce invalid IR (KT-49182)
This commit is contained in:
@@ -133,7 +133,7 @@ actual class HashMap<K, V> private constructor(
|
||||
val new = HashMapEntrySet(this)
|
||||
if (!isFrozen)
|
||||
entriesView = new
|
||||
return new
|
||||
new
|
||||
} else cur
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user