[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 qux(x: Int, y: Int) = foo(x) + bar(y)
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
inline fun bar(b: Int) = b - 4
|
||||
js/js.translator/testData/incremental/invalidation/moveInlineFunctionBetweenModules/lib2/module.info
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib, lib1
|
||||
dirty: l2.kt
|
||||
|
||||
STEP 1:
|
||||
dependencies: stdlib, lib1
|
||||
modifications:
|
||||
U : l22.kt.1 -> l22.kt
|
||||
dirty: l2.kt, l22.kt
|
||||
Reference in New Issue
Block a user