[JS IR] Invalidate all klib dependencies after removing it
Without the invalidation, broken JS code (with broken cross-module references) may appear. ^KT-54911 Fixed
This commit is contained in:
committed by
Space Team
parent
ca19d71a00
commit
693258ae91
+5
@@ -0,0 +1,5 @@
|
||||
fun fooA() = 3
|
||||
|
||||
fun fooB() = 3
|
||||
|
||||
fun fooC() = 4
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
fun fooA() = 3
|
||||
|
||||
fun fooB() = 4
|
||||
|
||||
fun fooC() = 4
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun fooA() = 1
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun fooB() = 2
|
||||
+1
@@ -0,0 +1 @@
|
||||
fun fooC() = 3
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
STEP 0:
|
||||
modifications:
|
||||
U : l1a.0.kt -> l1a.kt
|
||||
U : l1b.0.kt -> l1b.kt
|
||||
U : l1c.0.kt -> l1c.kt
|
||||
added file: l1a.kt, l1b.kt, l1c.kt
|
||||
STEP 1:
|
||||
modifications:
|
||||
D : l1a.kt
|
||||
D : l1b.kt
|
||||
D : l1c.kt
|
||||
STEP 2..3:
|
||||
STEP 4:
|
||||
modifications:
|
||||
U : l1.4.kt -> l1.kt
|
||||
added file: l1.kt
|
||||
STEP 5:
|
||||
modifications:
|
||||
U : l1.5.kt -> l1.kt
|
||||
modified ir: l1.kt
|
||||
Reference in New Issue
Block a user