[JS IC TEST] Add test case for moving inline functions between modules
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
inline fun dex(x: Int, y: Int) = qux(x * y, y - x)
|
||||
js/js.translator/testData/incremental/invalidation/moveInlineFunctionBetweenModules/lib3/module.info
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib, lib1, lib2
|
||||
dirty: l3.kt
|
||||
|
||||
STEP 1:
|
||||
dependencies: stdlib, lib1, lib2
|
||||
dirty: l3.kt
|
||||
Reference in New Issue
Block a user