[JS IC TEST] Add test case about moving file between modules

This commit is contained in:
Roman Artemev
2021-12-17 06:38:52 +03:00
committed by teamcity
parent 9b49f0eb70
commit 76b9167c15
13 changed files with 81 additions and 0 deletions
@@ -0,0 +1,2 @@
inline fun foo(a: Int) = a * 2
@@ -0,0 +1,2 @@
inline fun bar(b: Int) = b - 3
@@ -0,0 +1,2 @@
inline fun bar(b: Int) = b - 5
@@ -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