[JS IC TEST] Add test case for moving inline functions between modules

This commit is contained in:
Roman Artemev
2021-12-17 05:34:49 +03:00
committed by teamcity
parent 2474702bef
commit 2dd519c91f
12 changed files with 57 additions and 0 deletions
@@ -0,0 +1,2 @@
inline fun dex(x: Int, y: Int) = qux(x * y, y - x)
@@ -0,0 +1,7 @@
STEP 0:
dependencies: stdlib, lib1, lib2
dirty: l3.kt
STEP 1:
dependencies: stdlib, lib1, lib2
dirty: l3.kt