[JS IR] Allow constant inlining in JS IR

Fixed the incremental compilation issue,
which had prevented enabling const inlining during constant
evaluation and folding a constant expression with JS code.

^KT-62425
This commit is contained in:
Alexander Korepanov
2023-10-12 12:16:08 +02:00
committed by Space Team
parent 629e0628d6
commit 188cdf2f98
7 changed files with 38 additions and 48 deletions
@@ -1,12 +0,0 @@
STEP 0:
dependencies: lib1, lib2
added file: m.kt
STEP 1:
dependencies: lib1, lib2
updated imports: m.kt
STEP 2:
dependencies: lib1, lib2
modified ir: m.kt
STEP 3:
dependencies: lib1, lib2
updated imports: m.kt
@@ -3,8 +3,10 @@ STEP 0:
added file: m.kt
STEP 1:
dependencies: lib1, lib2
updated imports: m.kt
STEP 2:
dependencies: lib1, lib2
modified ir: m.kt
STEP 3:
dependencies: lib1, lib2
updated imports: m.kt