[JS IR] Check all signatures of dependent file in IC graph
It is important to check all signatures, because signatures can be simultaneously moved between files and modified.
This commit is contained in:
committed by
Space Team
parent
04fcf25ae0
commit
4136189114
+7
@@ -0,0 +1,7 @@
|
||||
fun box(stepId: Int): String {
|
||||
val x = test()
|
||||
if (x != stepId) {
|
||||
return "Fail: $x != $stepId"
|
||||
}
|
||||
return "OK"
|
||||
}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
STEP 0:
|
||||
dependencies: lib1
|
||||
added file: m.kt
|
||||
STEP 1:
|
||||
dependencies: lib1
|
||||
Reference in New Issue
Block a user