[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
+1
@@ -0,0 +1 @@
|
||||
fun foo() = 1
|
||||
+1
@@ -0,0 +1 @@
|
||||
inline fun foo() = 2
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
STEP 0:
|
||||
STEP 1:
|
||||
modifications:
|
||||
U : l1.1.kt -> l1.kt
|
||||
added file: l1.kt
|
||||
STEP 2:
|
||||
modifications:
|
||||
U : l1.2.kt -> l1.kt
|
||||
modified ir: l1.kt
|
||||
STEP 3:
|
||||
removed file: l1.kt
|
||||
STEP 4..5:
|
||||
Reference in New Issue
Block a user