[JS IR] Add IC invalidation tests

This commit is contained in:
Alexander Korepanov
2022-02-01 22:07:55 +03:00
committed by Space
parent 210cc67041
commit 28b1f1c50f
175 changed files with 1619 additions and 1 deletions
@@ -0,0 +1 @@
fun foo(x: Int = 77) = 42 + x
@@ -0,0 +1 @@
fun foo(x: Int = 88) = 42 + x
@@ -0,0 +1 @@
fun foo(x: Int = 88, y: Int = 11) = 42 + x + y
@@ -0,0 +1 @@
fun foo(x: Int = 88, y: Int = 22) = 42 + x + y
@@ -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