[JS IR] Add tests for JS IR IC + PL

^KT-57347 related
This commit is contained in:
Alexander Korepanov
2023-05-08 16:54:30 +02:00
committed by Space Team
parent 97620030c6
commit 82a1242f22
96 changed files with 710 additions and 3 deletions
@@ -0,0 +1,3 @@
fun foo() {
fooX = 0
}
@@ -0,0 +1,3 @@
fun bar() {
fooX = 1
}
@@ -0,0 +1,3 @@
fun foo() {
fooX = 2
}
@@ -0,0 +1 @@
inline fun baz() = 10
@@ -0,0 +1 @@
inline fun baz() = 11
@@ -0,0 +1 @@
var fooX = -100
@@ -0,0 +1,19 @@
STEP 0:
modifications:
U : l1a.0.kt -> l1a.kt
U : l1b.0.kt -> l1b.kt
added file: l1a.kt, l1b.kt, l1c.kt
STEP 1:
modifications:
U : l1a.1.kt -> l1a.kt
modified ir: l1a.kt
updated exports: l1a.kt, l1c.kt
STEP 2:
modifications:
U : l1a.2.kt -> l1a.kt
modified ir: l1a.kt
updated exports: l1a.kt, l1c.kt
STEP 3:
modifications:
U : l1b.3.kt -> l1b.kt
modified ir: l1b.kt