[JS IC TEST] Add test case for moving inline functions between modules
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
|
||||
inline fun foo(a: Int) = a * 2
|
||||
|
||||
inline fun bar(b: Int) = b - 3
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
inline fun foo(a: Int) = a * 3
|
||||
js/js.translator/testData/incremental/invalidation/moveInlineFunctionBetweenModules/lib1/module.info
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
STEP 0:
|
||||
dependencies: stdlib
|
||||
dirty: l1.kt
|
||||
STEP 1:
|
||||
dependencies: stdlib
|
||||
modifications:
|
||||
U : l1.kt.1 -> l1.kt
|
||||
dirty: l1.kt
|
||||
Reference in New Issue
Block a user