[JS IR] Add IC invalidation tests
This commit is contained in:
committed by
Space
parent
210cc67041
commit
28b1f1c50f
@@ -0,0 +1 @@
|
||||
const val FOO = "FOO"
|
||||
@@ -0,0 +1 @@
|
||||
const val FOO = "BAR"
|
||||
@@ -0,0 +1,8 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib
|
||||
dirty: l1.kt
|
||||
STEP 1:
|
||||
dependencies: stdlib
|
||||
modifications:
|
||||
U : l1.kt.1 -> l1.kt
|
||||
dirty: l1.kt
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
fun qux() = FOO
|
||||
inline fun bar() = FOO
|
||||
@@ -0,0 +1,6 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib, lib1
|
||||
dirty: l2.kt
|
||||
|
||||
STEP 1:
|
||||
dependencies: stdlib, lib1
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
fun box() = qux() == bar()
|
||||
@@ -0,0 +1,6 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib, lib1, lib2
|
||||
dirty: m.kt
|
||||
|
||||
STEP 1:
|
||||
dependencies: stdlib, lib1, lib2
|
||||
@@ -0,0 +1,7 @@
|
||||
MODULES: lib1, lib2, main
|
||||
|
||||
STEP 0:
|
||||
libs: lib1, lib2, main
|
||||
|
||||
STEP 1:
|
||||
libs: lib1, lib2, main
|
||||
Reference in New Issue
Block a user