[JS IC TEST] Add test case about renaming file in module

This commit is contained in:
Roman Artemev
2021-12-17 06:43:03 +03:00
committed by teamcity
parent 76b9167c15
commit 702ab3408b
6 changed files with 30 additions and 0 deletions
@@ -0,0 +1 @@
fun foo() = 42
@@ -0,0 +1,9 @@
STEP 0:
dependencies: stdlib
dirty: l1.kt
STEP 1:
dependencies: stdlib
modifications:
D : l1.kt
U : l1.kt -> l1_new.kt
dirty: l1_new.kt
@@ -0,0 +1,2 @@
fun box() = foo()
@@ -0,0 +1,6 @@
STEP 0:
dependencies: stdlib, lib1
dirty: m.kt
STEP 1:
dependencies: stdlib, lib1
@@ -0,0 +1,7 @@
MODULES: lib1, main
STEP 0:
libs: lib1, main
STEP 1:
libs: lib1, main