[JS IR BE]: make deleteProperty non-inline due to new inliner limitations

This commit is contained in:
Anton Bannykh
2018-10-12 15:33:21 +03:00
committed by Anton Bannykh
parent e2bf43c54f
commit 995ac7aac2
7 changed files with 15 additions and 6 deletions
@@ -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)