[JS IR] Make WITH_RUNTIME imply KJS_WITH_FULL_RUNTIME

There is a lot of intersection between these
This commit is contained in:
Svyatoslav Kuzmich
2020-11-25 15:18:02 +03:00
committed by Svyatoslav Kuzmich
parent b0ebb02b6f
commit f9503efb74
5 changed files with 3 additions and 5 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
// WITH_RUNTIME
fun isImportedByDefault(c: String?, x: Set<Int>) = c?.let { it.toInt() } in x