[JS IR] Add IC invalidation tests
This commit is contained in:
committed by
Space
parent
210cc67041
commit
28b1f1c50f
+6
@@ -0,0 +1,6 @@
|
||||
|
||||
inline fun test1(x: () -> Any) = x()
|
||||
fun test2(x: () -> Any) = x()
|
||||
inline fun test3(x: () -> Any) = x()
|
||||
|
||||
fun box() = test1(::foo1).toString() + test2(::foo2).toString() + test3 { foo3() }.toString()
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib, lib1
|
||||
dirty: m.kt
|
||||
STEP 1:
|
||||
dependencies: stdlib, lib1
|
||||
STEP 2:
|
||||
dependencies: stdlib, lib1
|
||||
STEP 3:
|
||||
dependencies: stdlib, lib1
|
||||
dirty: m.kt
|
||||
STEP 4:
|
||||
dependencies: stdlib, lib1
|
||||
dirty: m.kt
|
||||
STEP 5:
|
||||
dependencies: stdlib, lib1
|
||||
dirty: m.kt
|
||||
STEP 6:
|
||||
dependencies: stdlib, lib1
|
||||
Reference in New Issue
Block a user