[JS IR] Add IC invalidation tests
This commit is contained in:
committed by
Space
parent
210cc67041
commit
28b1f1c50f
@@ -0,0 +1,6 @@
|
||||
|
||||
suspend fun box(): Int {
|
||||
val x = fooX()
|
||||
val y = fooY()
|
||||
return x + y
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib, lib1
|
||||
dirty: m.kt
|
||||
STEP 1:
|
||||
dependencies: stdlib, lib1
|
||||
STEP 2:
|
||||
dependencies: stdlib, lib1
|
||||
dirty: m.kt
|
||||
Reference in New Issue
Block a user