[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
Vendored
+1
-5
@@ -1,8 +1,4 @@
|
||||
STEP 0:
|
||||
modifications:
|
||||
U : proxy.0.kt -> proxy.kt
|
||||
added file: proxy.kt
|
||||
STEP 1..7:
|
||||
STEP 0..7:
|
||||
STEP 8:
|
||||
dependencies: lib1
|
||||
modifications:
|
||||
|
||||
Vendored
-1
@@ -1 +0,0 @@
|
||||
fun unused_foo_proxy(s: String) = 77
|
||||
Reference in New Issue
Block a user