[JS IR BE]: make deleteProperty non-inline due to new inliner limitations
This commit is contained in:
committed by
Anton Bannykh
parent
e2bf43c54f
commit
995ac7aac2
@@ -1,6 +1,5 @@
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
class MySet : HashSet<Int>() {
|
||||
override fun remove(element: Int): Boolean {
|
||||
return super.remove(element)
|
||||
|
||||
Reference in New Issue
Block a user