[JS IR] Add IC invalidation tests
This commit is contained in:
committed by
Space
parent
210cc67041
commit
28b1f1c50f
+1
@@ -0,0 +1 @@
|
||||
fun foo(x: Int = 77) = 42 + x
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun foo(x: Int = 88) = 42 + x
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun foo(x: Int = 88, y: Int = 11) = 42 + x + y
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun foo(x: Int = 88, y: Int = 22) = 42 + x + y
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib
|
||||
modifications:
|
||||
U : l1.kt.0.txt -> l1.kt
|
||||
dirty: l1.kt
|
||||
STEP 1:
|
||||
dependencies: stdlib
|
||||
modifications:
|
||||
U : l1.kt.1.txt -> l1.kt
|
||||
dirty: l1.kt
|
||||
STEP 2:
|
||||
dependencies: stdlib
|
||||
modifications:
|
||||
U : l1.kt.2.txt -> l1.kt
|
||||
dirty: l1.kt
|
||||
STEP 3:
|
||||
dependencies: stdlib
|
||||
modifications:
|
||||
U : l1.kt.3.txt -> l1.kt
|
||||
dirty: l1.kt
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
fun box() = foo()
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib, lib1
|
||||
dirty: m.kt
|
||||
STEP 1:
|
||||
dependencies: stdlib, lib1
|
||||
STEP 2:
|
||||
dependencies: stdlib, lib1
|
||||
dirty: m.kt
|
||||
STEP 3:
|
||||
dependencies: stdlib, lib1
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
MODULES: lib1, main
|
||||
|
||||
STEP 0:
|
||||
libs: lib1, main
|
||||
STEP 1:
|
||||
libs: lib1, main
|
||||
STEP 2:
|
||||
libs: lib1, main
|
||||
STEP 3:
|
||||
libs: lib1, main
|
||||
Reference in New Issue
Block a user