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