[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)
|
val new = HashMapEntrySet(this)
|
||||||
if (!isFrozen)
|
if (!isFrozen)
|
||||||
entriesView = new
|
entriesView = new
|
||||||
return new
|
new
|
||||||
} else cur
|
} else cur
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user