[JS IR] Add tests for JS IR IC + PL
^KT-57347 related
This commit is contained in:
committed by
Space Team
parent
97620030c6
commit
82a1242f22
Vendored
+1
@@ -0,0 +1 @@
|
||||
inline fun foo() = -1
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
inline fun foo() = 1
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
inline fun inlineFoo(f: () -> Int) = f() + 1
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
inline fun inlineBar(f: () -> Int) = f() + 1
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
inline fun inlineFoo(f: () -> Int) = f() + 2
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
inline fun inlineFoo(f: () -> Int) = f() + 3
|
||||
Vendored
+23
@@ -0,0 +1,23 @@
|
||||
STEP 0:
|
||||
modifications:
|
||||
U : l1a.0.kt -> l1a.kt
|
||||
U : l1b.0.kt -> l1b.kt
|
||||
added file: l1a.kt, l1b.kt
|
||||
STEP 1:
|
||||
modifications:
|
||||
U : l1b.1.kt -> l1b.kt
|
||||
modified ir: l1b.kt
|
||||
updated exports: l1b.kt
|
||||
STEP 2:
|
||||
modifications:
|
||||
U : l1a.2.kt -> l1a.kt
|
||||
modified ir: l1a.kt
|
||||
STEP 3:
|
||||
modifications:
|
||||
U : l1b.3.kt -> l1b.kt
|
||||
modified ir: l1b.kt
|
||||
updated exports: l1b.kt
|
||||
STEP 4:
|
||||
modifications:
|
||||
U : l1b.4.kt -> l1b.kt
|
||||
modified ir: l1b.kt
|
||||
Reference in New Issue
Block a user