[JS IC TEST] Add test case about moving file between modules
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
inline fun qux(x: Int, y: Int) = foo(x) + bar(y)
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
inline fun bar(b: Int) = b - 4
|
||||
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib, lib1
|
||||
dirty: l21.kt
|
||||
|
||||
STEP 1:
|
||||
dependencies: stdlib, lib1
|
||||
modifications:
|
||||
U : l22.kt.1 -> l22.kt
|
||||
dirty: l21.kt, l22.kt
|
||||
|
||||
STEP 2:
|
||||
dependencies: stdlib, lib1
|
||||
modifications:
|
||||
D : l22.kt
|
||||
dirty: l21.kt
|
||||
Reference in New Issue
Block a user